#BC70FE

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

Shades of Heliotrope #BC70FE

Tints of Heliotrope #BC70FE

Color information

#BC70FE (or 0xBC70FE) is unknown color: approx Heliotrope. HEX triplet: BC, 70 and FE. RGB value is (188,112,254). Sum of RGB (Red+Green+Blue) = 188+112+254=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC70FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC70FE is #438F01. Grayscale: #969696. Windows color (decimal): -4427522 or 16675004. OLE color: 16675004.

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

Color convert

RGB188112254-
CMYK0.260.5600.00
HSL272.11º98.61%71.76%-
HSV(B)272.11º55.91%99.61%-
XYZ44.4229.4497.11-
YUV150.91186.18154.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 112 (44.14% from 255) = 20.22%
BLUE value IS 254 (99.61% from 255) = 45.85%
R=33.94%
G=20.22%
B=45.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1881122540.260.5600.00272.1198.6171.76
HexBC70FE1A38001106348
Octal274160376327000420143110
Binary10111100111000011111110110101110000010001000011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC70FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC70FE; }

 p { color: rgb(188,112,254); }

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

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

 a { background-color: rgb(188,112,254); }

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

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

 span { border-color: rgb(188,112,254); }

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