Html Css Color HEX #B880DB Biloba Flower

📋 copy color: '#B880DB'

red 184 ◦ green 128 ◦ blue 219

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

Shades of Biloba Flower #B880DB

Tints of Biloba Flower #B880DB

RGB

 RED value IS 184 (72.27% from 255) = 34.65%

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

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

R = 34.65%
G = 24.11%
B = 41.24%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B880DB (or 0xB880DB) is known color: Biloba Flower. HEX triplet: B8, 80 and DB. RGB value is (184,128,219). Sum of RGB (Red+Green+Blue) = 184+128+219=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #B880DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B880DB is #477F24. Grayscale: #9A9A9A. Windows color (decimal): -4685605 or 14385336. OLE color: 14385336.

HSL color Cylindrical-coordinate representation of color #B880DB: hue angle of 276.92º 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 #B880DB is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 128 219 -
CMYK 0.16 0.42 0 0.14
HSL 276.92º 0.56% 0.68% -
HSV(B) 276.92º 0.42% 0.86% -
XYZ 40.27 30.74 70.83 -
YUV 155.12 164.05 148.6 -
System Red Green Blue C M Y K H S L
Decimal 184 128 219 0.16 0.42 0 0.14 276.92 0.56 0.68
Hex B8 80 DB 10 2A 0 E 115 38 44
Octal 270 200 333 20 52 0 16 425 70 104
Binary 10111000 10000000 11011011 10000 101010 0 1110 100010101 111000 1000100

Color Harmonies of #B880DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B880DB

Black with #B880DB

Text Example


Text Example

White with #B880DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B880DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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