#B880DD

Color #B880DD Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B880DD

Tints of Biloba Flower #B880DD

Color information

#B880DD (or 0xB880DD) is unknown color: approx Biloba Flower. HEX triplet: B8, 80 and DD. RGB value is (184,128,221). Sum of RGB (Red+Green+Blue) = 184+128+221=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #B880DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B880DD is #477F22. Grayscale: #9B9B9B. Windows color (decimal): -4685603 or 14516408. OLE color: 14516408.

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

Color convert

RGB184128221-
CMYK0.170.4200.13
HSL276.13º57.76%68.43%-
HSV(B)276.13º42.08%86.67%-
XYZ40.5430.8572.22-
YUV155.35165.05148.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.52%
GREEN value IS 128 (50.39% from 255) = 24.02%
BLUE value IS 221 (86.72% from 255) = 41.46%
R=34.52%
G=24.02%
B=41.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841282210.170.4200.13276.1357.7668.43
HexB880DD112A0D1143a44
Octal270200335215201542472104
Binary10111000100000001101110110001101010011011000101001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B880DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B880DD; }

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

 H1.HeaderClassName
 {
   color: #B880DD;
 }
 .AnyTagClassName
 {
   color: #B880DD;
 }
</style>
background-color css

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

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

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

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

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

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