#B880FF

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

Shades of Heliotrope #B880FF

Tints of Heliotrope #B880FF

Color information

#B880FF (or 0xB880FF) is unknown color: approx Heliotrope. HEX triplet: B8, 80 and FF. RGB value is (184,128,255). Sum of RGB (Red+Green+Blue) = 184+128+255=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #B880FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B880FF is #477F00. Grayscale: #9E9E9E. Windows color (decimal): -4685569 or 16744632. OLE color: 16744632.

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

Color convert

RGB184128255-
CMYK0.280.5000
HSL266.46º100%75.1%-
HSV(B)266.46º49.8%100%-
XYZ45.5432.8598.55-
YUV159.22182.05145.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.45%
GREEN value IS 128 (50.39% from 255) = 22.57%
BLUE value IS 255 (100% from 255) = 44.97%
R=32.45%
G=22.57%
B=44.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1841282550.280.5000266.4610075.1
HexB880FF1C320010a644b
Octal270200377346200412144113
Binary101110001000000011111111111001100100010000101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B880FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B880FF; }

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

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

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

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

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

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

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

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