Html Css Color HEX #B59BD6 Biloba Flower

📋 copy color: '#B59BD6'

red 181 ◦ green 155 ◦ blue 214

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

Shades of Biloba Flower #B59BD6

Tints of Biloba Flower #B59BD6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.18%

 BLUE value IS 214 (83.98% from 255) = 38.91%

R = 32.91%
G = 28.18%
B = 38.91%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B59BD6 (or 0xB59BD6) is known color: Biloba Flower. HEX triplet: B5, 9B and D6. RGB value is (181,155,214). Sum of RGB (Red+Green+Blue) = 181+155+214=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 214 - color contains mainly: blue. Hex color #B59BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59BD6 is #4A6429. Grayscale: #A9A9A9. Windows color (decimal): -4875306 or 14064565. OLE color: 14064565.

HSL color Cylindrical-coordinate representation of color #B59BD6: hue angle of 266.44º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B59BD6 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 155 214 -
CMYK 0.15 0.28 0 0.16
HSL 266.44º 0.42% 0.72% -
HSV(B) 266.44º 0.28% 0.84% -
XYZ 42.92 38.12 68.71 -
YUV 169.5 153.11 136.2 -
System Red Green Blue C M Y K H S L
Decimal 181 155 214 0.15 0.28 0 0.16 266.44 0.42 0.72
Hex B5 9B D6 F 1C 0 10 10A 2A 48
Octal 265 233 326 17 34 0 20 412 52 110
Binary 10110101 10011011 11010110 1111 11100 0 10000 100001010 101010 1001000

Color Harmonies of #B59BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59BD6

Black with #B59BD6

Text Example


Text Example

White with #B59BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59BD6; }

 p { color: rgb(181,155,214); }

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

background-color css

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

 a { background-color: rgb(181,155,214); }

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

border-color css

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

 span { border-color: rgb(181,155,214); }

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