Html Css Color HEX #B581F6 Biloba Flower

📋 copy color: '#B581F6'

red 181 ◦ green 129 ◦ blue 246

#B581F6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B581F6

Tints of Biloba Flower #B581F6

RGB

 RED value IS 181 (71.09% from 255) = 32.55%

 GREEN value IS 129 (50.78% from 255) = 23.2%

 BLUE value IS 246 (96.48% from 255) = 44.24%

R = 32.55%
G = 23.2%
B = 44.24%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B581F6 (or 0xB581F6) is known color: Biloba Flower. HEX triplet: B5, 81 and F6. RGB value is (181,129,246). Sum of RGB (Red+Green+Blue) = 181+129+246=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 246 - color contains mainly: blue. Hex color #B581F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B581F6 is #4A7E09. Grayscale: #9D9D9D. Windows color (decimal): -4881930 or 16155061. OLE color: 16155061.

HSL color Cylindrical-coordinate representation of color #B581F6: hue angle of 266.67º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B581F6 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 129 246 -
CMYK 0.26 0.48 0 0.04
HSL 266.67º 0.87% 0.74% -
HSV(B) 266.67º 0.48% 0.96% -
XYZ 43.54 32.18 91.1 -
YUV 157.89 177.73 144.49 -
System Red Green Blue C M Y K H S L
Decimal 181 129 246 0.26 0.48 0 0.04 266.67 0.87 0.74
Hex B5 81 F6 1A 30 0 4 10B 57 4A
Octal 265 201 366 32 60 0 4 413 127 112
Binary 10110101 10000001 11110110 11010 110000 0 100 100001011 1010111 1001010

Color Harmonies of #B581F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B581F6

Black with #B581F6

Text Example


Text Example

White with #B581F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B581F6; }

 p { color: rgb(181,129,246); }

 H1.HeaderClassName
 {
   color: #B581F6;
 }
 .AnyTagClassName
 {
   color: #B581F6;
 }
</style>

background-color css

<style>
 a { background-color: #B581F6; }

 a { background-color: rgb(181,129,246); }

 div.DivClassName
 {
   background-color: #B581F6;
 }
 .BgClassName
 {
   background-color: #B581F6;
 }
</style>

border-color css

<style>
 span { border-color: #B581F6; }

 span { border-color: rgb(181,129,246); }

 td.TdClassName
 {
   border-color: #B581F6;
 }
 .TagClassName
 {
   border-color: #B581F6;
 }
</style>