#BC75FC

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

Shades of Heliotrope #BC75FC

Tints of Heliotrope #BC75FC

Color information

#BC75FC (or 0xBC75FC) is unknown color: approx Heliotrope. HEX triplet: BC, 75 and FC. RGB value is (188,117,252). Sum of RGB (Red+Green+Blue) = 188+117+252=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC75FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC75FC is #438A03. Grayscale: #999999. Windows color (decimal): -4426244 or 16545212. OLE color: 16545212.

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

Color convert

RGB188117252-
CMYK0.250.5400.01
HSL271.56º95.74%72.35%-
HSV(B)271.56º53.57%98.82%-
XYZ44.6730.4495.62-
YUV153.62183.52152.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 117 (46.09% from 255) = 21.01%
BLUE value IS 252 (98.83% from 255) = 45.24%
R=33.75%
G=21.01%
B=45.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881172520.250.5400.01271.5695.7472.35
HexBC75FC1936011106048
Octal274165374316601420140110
Binary10111100111010111111100110011101100110001000011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC75FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC75FC; }

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

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

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

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

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

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

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

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