#BC70FC

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

Shades of Heliotrope #BC70FC

Tints of Heliotrope #BC70FC

Color information

#BC70FC (or 0xBC70FC) is unknown color: approx Heliotrope. HEX triplet: BC, 70 and FC. RGB value is (188,112,252). Sum of RGB (Red+Green+Blue) = 188+112+252=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC70FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC70FC is #438F03. Grayscale: #969696. Windows color (decimal): -4427524 or 16543932. OLE color: 16543932.

HSL color Cylindrical-coordinate representation of color #BC70FC: hue angle of 272.57º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC70FC is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188112252-
CMYK0.250.5600.01
HSL272.57º95.89%71.37%-
HSV(B)272.57º55.56%98.82%-
XYZ44.129.3195.43-
YUV150.68185.18154.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.06%
GREEN value IS 112 (44.14% from 255) = 20.29%
BLUE value IS 252 (98.83% from 255) = 45.65%
R=34.06%
G=20.29%
B=45.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881122520.250.5600.01272.5795.8971.37
HexBC70FC1938011116047
Octal274160374317001421140107
Binary10111100111000011111100110011110000110001000111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC70FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC70FC; }

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

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

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

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

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

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

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

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