#B882DE

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

Shades of Biloba Flower #B882DE

Tints of Biloba Flower #B882DE

Color information

#B882DE (or 0xB882DE) is unknown color: approx Biloba Flower. HEX triplet: B8, 82 and DE. RGB value is (184,130,222). Sum of RGB (Red+Green+Blue) = 184+130+222=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #B882DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B882DE is #477D21. Grayscale: #9C9C9C. Windows color (decimal): -4685090 or 14582456. OLE color: 14582456.

HSL color Cylindrical-coordinate representation of color #B882DE: hue angle of 275.22º degrees, saturation: 0.58, 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 #B882DE is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184130222-
CMYK0.170.4100.13
HSL275.22º58.23%69.02%-
HSV(B)275.22º41.44%87.06%-
XYZ40.9331.4373.02-
YUV156.63164.89147.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.33%
GREEN value IS 130 (51.17% from 255) = 24.25%
BLUE value IS 222 (87.11% from 255) = 41.42%
R=34.33%
G=24.25%
B=41.42%

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
Decimal1841302220.170.4100.13275.2258.2369.02
HexB882DE11290D1133a45
Octal270202336215101542372105
Binary10111000100000101101111010001101001011011000100111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B882DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B882DE; }

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

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

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

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

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

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

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

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