#B882FF

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

Shades of Heliotrope #B882FF

Tints of Heliotrope #B882FF

Color information

#B882FF (or 0xB882FF) is unknown color: approx Heliotrope. HEX triplet: B8, 82 and FF. RGB value is (184,130,255). Sum of RGB (Red+Green+Blue) = 184+130+255=569 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.34% from 569); Green value is 130 (51.17% from 255 or 22.85% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #B882FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B882FF is #477D00. Grayscale: #9F9F9F. Windows color (decimal): -4685057 or 16745144. OLE color: 16745144.

HSL color Cylindrical-coordinate representation of color #B882FF: hue angle of 265.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B882FF is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB184130255-
CMYK0.280.4900
HSL265.92º100%75.49%-
HSV(B)265.92º49.02%100%-
XYZ45.833.3898.64-
YUV160.4181.39144.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.34%
GREEN value IS 130 (51.17% from 255) = 22.85%
BLUE value IS 255 (100% from 255) = 44.82%
R=32.34%
G=22.85%
B=44.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1841302550.280.4900265.9210075.49
HexB882FF1C310010a644b
Octal270202377346100412144113
Binary101110001000001011111111111001100010010000101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B882FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B882FF; }

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

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

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

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

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

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

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

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