#BC71F8

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

Shades of Heliotrope #BC71F8

Tints of Heliotrope #BC71F8

Color information

#BC71F8 (or 0xBC71F8) is unknown color: approx Heliotrope. HEX triplet: BC, 71 and F8. RGB value is (188,113,248). Sum of RGB (Red+Green+Blue) = 188+113+248=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 113 (44.53% from 255 or 20.58% from 549); Blue value is 248 (97.27% from 255 or 45.17% from 549); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC71F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC71F8 is #438E07. Grayscale: #969696. Windows color (decimal): -4427272 or 16282044. OLE color: 16282044.

HSL color Cylindrical-coordinate representation of color #BC71F8: hue angle of 273.33º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC71F8 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB188113248-
CMYK0.240.5400.03
HSL273.33º90.6%70.78%-
HSV(B)273.33º54.44%97.25%-
XYZ43.5929.2892.16-
YUV150.82182.85154.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.24%
GREEN value IS 113 (44.53% from 255) = 20.58%
BLUE value IS 248 (97.27% from 255) = 45.17%
R=34.24%
G=20.58%
B=45.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1881132480.240.5400.03273.3390.670.78
HexBC71F81836031115b47
Octal274161370306603421133107
Binary101111001110001111110001100011011001110001000110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC71F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC71F8; }

 p { color: rgb(188,113,248); }

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

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

 a { background-color: rgb(188,113,248); }

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

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

 span { border-color: rgb(188,113,248); }

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