#B880FE

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

Shades of Heliotrope #B880FE

Tints of Heliotrope #B880FE

Color information

#B880FE (or 0xB880FE) is unknown color: approx Heliotrope. HEX triplet: B8, 80 and FE. RGB value is (184,128,254). Sum of RGB (Red+Green+Blue) = 184+128+254=566 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.51% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #B880FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B880FE is #477F01. Grayscale: #9E9E9E. Windows color (decimal): -4685570 or 16679096. OLE color: 16679096.

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

Color convert

RGB184128254-
CMYK0.280.5000.00
HSL266.67º98.44%74.9%-
HSV(B)266.67º49.61%99.61%-
XYZ45.3832.7897.7-
YUV159.11181.55145.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.51%
GREEN value IS 128 (50.39% from 255) = 22.61%
BLUE value IS 254 (99.61% from 255) = 44.88%
R=32.51%
G=22.61%
B=44.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1841282540.280.5000.00266.6798.4474.9
HexB880FE1C320010b624b
Octal270200376346200413142113
Binary101110001000000011111110111001100100010000101111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B880FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B880FE; }

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

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

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

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

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

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

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

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