#B872FF

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

Shades of Heliotrope #B872FF

Tints of Heliotrope #B872FF

Color information

#B872FF (or 0xB872FF) is unknown color: approx Heliotrope. HEX triplet: B8, 72 and FF. RGB value is (184,114,255). Sum of RGB (Red+Green+Blue) = 184+114+255=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #B872FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B872FF is #478D00. Grayscale: #969696. Windows color (decimal): -4689153 or 16741048. OLE color: 16741048.

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

Color convert

RGB184114255-
CMYK0.280.5500
HSL269.79º100%72.35%-
HSV(B)269.79º55.29%100%-
XYZ43.8329.4497.98-
YUV151186.69151.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.27%
GREEN value IS 114 (44.92% from 255) = 20.61%
BLUE value IS 255 (100% from 255) = 46.11%
R=33.27%
G=20.61%
B=46.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1841142550.280.5500269.7910072.35
HexB872FF1C370010e6448
Octal270162377346700416144110
Binary10111000111001011111111111001101110010000111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B872FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B872FF; }

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

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

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

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

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

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

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

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