#B882DD

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

Shades of Biloba Flower #B882DD

Tints of Biloba Flower #B882DD

Color information

#B882DD (or 0xB882DD) is unknown color: approx Biloba Flower. HEX triplet: B8, 82 and DD. RGB value is (184,130,221). Sum of RGB (Red+Green+Blue) = 184+130+221=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #B882DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B882DD is #477D22. Grayscale: #9C9C9C. Windows color (decimal): -4685091 or 14516920. OLE color: 14516920.

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

Color convert

RGB184130221-
CMYK0.170.4100.13
HSL275.6º57.23%68.82%-
HSV(B)275.6º41.18%86.67%-
XYZ40.831.3872.31-
YUV156.52164.39147.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 130 (51.17% from 255) = 24.30%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=34.39%
G=24.30%
B=41.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841302210.170.4100.13275.657.2368.82
HexB882DD11290D1143945
Octal270202335215101542471105
Binary10111000100000101101110110001101001011011000101001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B882DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B882DD; }

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

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

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

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

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

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

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

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