Html Css Color HEX #B580DB Biloba Flower

📋 copy color: '#B580DB'

red 181 ◦ green 128 ◦ blue 219

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

Shades of Biloba Flower #B580DB

Tints of Biloba Flower #B580DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.24%

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

R = 34.28%
G = 24.24%
B = 41.48%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B580DB (or 0xB580DB) is known color: Biloba Flower. HEX triplet: B5, 80 and DB. RGB value is (181,128,219). Sum of RGB (Red+Green+Blue) = 181+128+219=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #B580DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B580DB is #4A7F24. Grayscale: #999999. Windows color (decimal): -4882213 or 14385333. OLE color: 14385333.

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

Color convert

RGB 181 128 219 -
CMYK 0.17 0.42 0 0.14
HSL 274.95º 0.56% 0.68% -
HSV(B) 274.95º 0.42% 0.86% -
XYZ 39.56 30.38 70.8 -
YUV 154.22 164.56 147.1 -
System Red Green Blue C M Y K H S L
Decimal 181 128 219 0.17 0.42 0 0.14 274.95 0.56 0.68
Hex B5 80 DB 11 2A 0 E 113 38 44
Octal 265 200 333 21 52 0 16 423 70 104
Binary 10110101 10000000 11011011 10001 101010 0 1110 100010011 111000 1000100

Color Harmonies of #B580DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B580DB

Black with #B580DB

Text Example


Text Example

White with #B580DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B580DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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