#BC71F9

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

Shades of Heliotrope #BC71F9

Tints of Heliotrope #BC71F9

Color information

#BC71F9 (or 0xBC71F9) is unknown color: approx Heliotrope. HEX triplet: BC, 71 and F9. RGB value is (188,113,249). Sum of RGB (Red+Green+Blue) = 188+113+249=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC71F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC71F9 is #438E06. Grayscale: #969696. Windows color (decimal): -4427271 or 16347580. OLE color: 16347580.

HSL color Cylindrical-coordinate representation of color #BC71F9: hue angle of 273.09º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC71F9 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188113249-
CMYK0.240.5500.02
HSL273.09º91.89%70.98%-
HSV(B)273.09º54.62%97.65%-
XYZ43.7429.3492.98-
YUV150.93183.35154.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.18%
GREEN value IS 113 (44.53% from 255) = 20.55%
BLUE value IS 249 (97.66% from 255) = 45.27%
R=34.18%
G=20.55%
B=45.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881132490.240.5500.02273.0991.8970.98
HexBC71F91837021115c47
Octal274161371306702421134107
Binary101111001110001111110011100011011101010001000110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC71F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC71F9; }

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

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

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

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

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

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

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

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