#BC75FD

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

Shades of Heliotrope #BC75FD

Tints of Heliotrope #BC75FD

Color information

#BC75FD (or 0xBC75FD) is unknown color: approx Heliotrope. HEX triplet: BC, 75 and FD. RGB value is (188,117,253). Sum of RGB (Red+Green+Blue) = 188+117+253=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC75FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC75FD is #438A02. Grayscale: #999999. Windows color (decimal): -4426243 or 16610748. OLE color: 16610748.

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

Color convert

RGB188117253-
CMYK0.260.5400.01
HSL271.32º97.14%72.55%-
HSV(B)271.32º53.75%99.22%-
XYZ44.8330.5196.45-
YUV153.73184.02152.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 117 (46.09% from 255) = 20.97%
BLUE value IS 253 (99.22% from 255) = 45.34%
R=33.69%
G=20.97%
B=45.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881172530.260.5400.01271.3297.1472.55
HexBC75FD1A360110f6149
Octal274165375326601417141111
Binary10111100111010111111101110101101100110000111111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC75FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC75FD; }

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

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

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

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

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

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

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

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