Html Css Color HEX #B585DB Biloba Flower

📋 copy color: '#B585DB'

red 181 ◦ green 133 ◦ blue 219

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

Shades of Biloba Flower #B585DB

Tints of Biloba Flower #B585DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.95%

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

R = 33.96%
G = 24.95%
B = 41.09%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B585DB (or 0xB585DB) is known color: Biloba Flower. HEX triplet: B5, 85 and DB. RGB value is (181,133,219). Sum of RGB (Red+Green+Blue) = 181+133+219=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #B585DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B585DB is #4A7A24. Grayscale: #9C9C9C. Windows color (decimal): -4880933 or 14386613. OLE color: 14386613.

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

Color convert

RGB 181 133 219 -
CMYK 0.17 0.39 0 0.14
HSL 273.49º 0.54% 0.69% -
HSV(B) 273.49º 0.39% 0.86% -
XYZ 40.23 31.71 71.02 -
YUV 157.16 162.9 145.01 -
System Red Green Blue C M Y K H S L
Decimal 181 133 219 0.17 0.39 0 0.14 273.49 0.54 0.69
Hex B5 85 DB 11 27 0 E 111 36 45
Octal 265 205 333 21 47 0 16 421 66 105
Binary 10110101 10000101 11011011 10001 100111 0 1110 100010001 110110 1000101

Color Harmonies of #B585DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B585DB

Black with #B585DB

Text Example


Text Example

White with #B585DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B585DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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