Html Css Color HEX #B59BD7 Biloba Flower

📋 copy color: '#B59BD7'

red 181 ◦ green 155 ◦ blue 215

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

Shades of Biloba Flower #B59BD7

Tints of Biloba Flower #B59BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.02%

R = 32.85%
G = 28.13%
B = 39.02%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B59BD7 (or 0xB59BD7) is known color: Biloba Flower. HEX triplet: B5, 9B and D7. RGB value is (181,155,215). Sum of RGB (Red+Green+Blue) = 181+155+215=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 215 - color contains mainly: blue. Hex color #B59BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59BD7 is #4A6428. Grayscale: #A9A9A9. Windows color (decimal): -4875305 or 14130101. OLE color: 14130101.

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

Color convert

RGB 181 155 215 -
CMYK 0.16 0.28 0 0.16
HSL 266º 0.43% 0.73% -
HSV(B) 266º 0.28% 0.84% -
XYZ 43.04 38.17 69.39 -
YUV 169.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 181 155 215 0.16 0.28 0 0.16 266 0.43 0.73
Hex B5 9B D7 10 1C 0 10 10A 2B 49
Octal 265 233 327 20 34 0 20 412 53 111
Binary 10110101 10011011 11010111 10000 11100 0 10000 100001010 101011 1001001

Color Harmonies of #B59BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59BD7

Black with #B59BD7

Text Example


Text Example

White with #B59BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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