#B882E2

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

Shades of Biloba Flower #B882E2

Tints of Biloba Flower #B882E2

Color information

#B882E2 (or 0xB882E2) is unknown color: approx Biloba Flower. HEX triplet: B8, 82 and E2. RGB value is (184,130,226). Sum of RGB (Red+Green+Blue) = 184+130+226=540 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.07% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 226 (88.67% from 255 or 41.85% from 540); Max value from RGB is 226 - color contains mainly: blue. Hex color #B882E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B882E2 is #477D1D. Grayscale: #9C9C9C. Windows color (decimal): -4685086 or 14844600. OLE color: 14844600.

HSL color Cylindrical-coordinate representation of color #B882E2: hue angle of 273.75º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B882E2 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB184130226-
CMYK0.190.4200.11
HSL273.75º62.34%69.8%-
HSV(B)273.75º42.48%88.63%-
XYZ41.4831.6575.87-
YUV157.09166.89147.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.07%
GREEN value IS 130 (51.17% from 255) = 24.07%
BLUE value IS 226 (88.67% from 255) = 41.85%
R=34.07%
G=24.07%
B=41.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1841302260.190.4200.11273.7562.3469.8
HexB882E2132A0B1123e46
Octal270202342235201342276106
Binary10111000100000101110001010011101010010111000100101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B882E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B882E2; }

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

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

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

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

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

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

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

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