#B877F0

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

Shades of Heliotrope #B877F0

Tints of Heliotrope #B877F0

Color information

#B877F0 (or 0xB877F0) is unknown color: approx Heliotrope. HEX triplet: B8, 77 and F0. RGB value is (184,119,240). Sum of RGB (Red+Green+Blue) = 184+119+240=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #B877F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B877F0 is #47880F. Grayscale: #979797. Windows color (decimal): -4687888 or 15759288. OLE color: 15759288.

HSL color Cylindrical-coordinate representation of color #B877F0: hue angle of 272.23º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B877F0 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184119240-
CMYK0.230.5000.06
HSL272.23º80.13%70.39%-
HSV(B)272.23º50.42%94.12%-
XYZ42.0929.6885.95-
YUV152.23177.53150.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.89%
GREEN value IS 119 (46.88% from 255) = 21.92%
BLUE value IS 240 (94.14% from 255) = 44.20%
R=33.89%
G=21.92%
B=44.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1841192400.230.5000.06272.2380.1370.39
HexB877F01732061105046
Octal270167360276206420120106
Binary1011100011101111111000010111110010011010001000010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B877F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B877F0; }

 p { color: rgb(184,119,240); }

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

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

 a { background-color: rgb(184,119,240); }

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

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

 span { border-color: rgb(184,119,240); }

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