#BC78FF

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

Shades of Heliotrope #BC78FF

Tints of Heliotrope #BC78FF

Color information

#BC78FF (or 0xBC78FF) is unknown color: approx Heliotrope. HEX triplet: BC, 78 and FF. RGB value is (188,120,255). Sum of RGB (Red+Green+Blue) = 188+120+255=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 120 (47.27% from 255 or 21.31% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC78FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC78FF is #438700. Grayscale: #9B9B9B. Windows color (decimal): -4425473 or 16742588. OLE color: 16742588.

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

Color convert

RGB188120255-
CMYK0.260.5300
HSL270.22º100%73.53%-
HSV(B)270.22º52.94%100%-
XYZ45.5131.3498.26-
YUV155.72184.03151.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 120 (47.27% from 255) = 21.31%
BLUE value IS 255 (100% from 255) = 45.29%
R=33.39%
G=21.31%
B=45.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881202550.260.5300270.2210073.53
HexBC78FF1A350010e644a
Octal274170377326500416144112
Binary10111100111100011111111110101101010010000111011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC78FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC78FF; }

 p { color: rgb(188,120,255); }

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

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

 a { background-color: rgb(188,120,255); }

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

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

 span { border-color: rgb(188,120,255); }

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