#BC79FC

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

Shades of Heliotrope #BC79FC

Tints of Heliotrope #BC79FC

Color information

#BC79FC (or 0xBC79FC) is unknown color: approx Heliotrope. HEX triplet: BC, 79 and FC. RGB value is (188,121,252). Sum of RGB (Red+Green+Blue) = 188+121+252=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 121 (47.66% from 255 or 21.57% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC79FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC79FC is #438603. Grayscale: #9B9B9B. Windows color (decimal): -4425220 or 16546236. OLE color: 16546236.

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

Color convert

RGB188121252-
CMYK0.250.5200.01
HSL270.69º95.62%73.14%-
HSV(B)270.69º51.98%98.82%-
XYZ45.1531.3995.78-
YUV155.97182.2150.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 121 (47.66% from 255) = 21.57%
BLUE value IS 252 (98.83% from 255) = 44.92%
R=33.51%
G=21.57%
B=44.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881212520.250.5200.01270.6995.6273.14
HexBC79FC19340110f6049
Octal274171374316401417140111
Binary10111100111100111111100110011101000110000111111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC79FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC79FC; }

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

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

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

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

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

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

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

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