#BC5FFB

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

Shades of Heliotrope #BC5FFB

Tints of Heliotrope #BC5FFB

Color information

#BC5FFB (or 0xBC5FFB) is unknown color: approx Heliotrope. HEX triplet: BC, 5F and FB. RGB value is (188,95,251). Sum of RGB (Red+Green+Blue) = 188+95+251=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 95 (37.5% from 255 or 17.79% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC5FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5FFB is #43A004. Grayscale: #8C8C8C. Windows color (decimal): -4431877 or 16474044. OLE color: 16474044.

HSL color Cylindrical-coordinate representation of color #BC5FFB: hue angle of 275.77º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC5FFB is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18895251-
CMYK0.250.6200.02
HSL275.77º95.12%67.84%-
HSV(B)275.77º62.15%98.43%-
XYZ42.2425.8494.03-
YUV140.59190.31161.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 95 (37.5% from 255) = 17.79%
BLUE value IS 251 (98.44% from 255) = 47.00%
R=35.21%
G=17.79%
B=47.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal188952510.250.6200.02275.7795.1267.84
HexBC5FFB193E021145f44
Octal274137373317602424137104
Binary101111001011111111110111100111111001010001010010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5FFB; }

 p { color: rgb(188,95,251); }

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

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

 a { background-color: rgb(188,95,251); }

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

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

 span { border-color: rgb(188,95,251); }

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