Html Css Color HEX #B59BDB Biloba Flower

📋 copy color: '#B59BDB'

red 181 ◦ green 155 ◦ blue 219

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

Shades of Biloba Flower #B59BDB

Tints of Biloba Flower #B59BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.46%

R = 32.61%
G = 27.93%
B = 39.46%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B59BDB (or 0xB59BDB) is known color: Biloba Flower. HEX triplet: B5, 9B and DB. RGB value is (181,155,219). Sum of RGB (Red+Green+Blue) = 181+155+219=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #B59BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59BDB is #4A6424. Grayscale: #A9A9A9. Windows color (decimal): -4875301 or 14392245. OLE color: 14392245.

HSL color Cylindrical-coordinate representation of color #B59BDB: hue angle of 264.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B59BDB is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 155 219 -
CMYK 0.17 0.29 0 0.14
HSL 264.38º 0.47% 0.73% -
HSV(B) 264.38º 0.29% 0.86% -
XYZ 43.56 38.38 72.13 -
YUV 170.07 155.61 135.8 -
System Red Green Blue C M Y K H S L
Decimal 181 155 219 0.17 0.29 0 0.14 264.38 0.47 0.73
Hex B5 9B DB 11 1D 0 E 108 2F 49
Octal 265 233 333 21 35 0 16 410 57 111
Binary 10110101 10011011 11011011 10001 11101 0 1110 100001000 101111 1001001

Color Harmonies of #B59BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59BDB

Black with #B59BDB

Text Example


Text Example

White with #B59BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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