#BC82FD

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

Shades of Heliotrope #BC82FD

Tints of Heliotrope #BC82FD

Color information

#BC82FD (or 0xBC82FD) is unknown color: approx Heliotrope. HEX triplet: BC, 82 and FD. RGB value is (188,130,253). Sum of RGB (Red+Green+Blue) = 188+130+253=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC82FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC82FD is #437D02. Grayscale: #A0A0A0. Windows color (decimal): -4422915 or 16614076. OLE color: 16614076.

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

Color convert

RGB188130253-
CMYK0.260.4900.01
HSL268.29º96.85%75.1%-
HSV(B)268.29º48.62%99.22%-
XYZ46.4533.7596.99-
YUV161.36179.72147-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 130 (51.17% from 255) = 22.77%
BLUE value IS 253 (99.22% from 255) = 44.31%
R=32.92%
G=22.77%
B=44.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881302530.260.4900.01268.2996.8575.1
HexBC82FD1A310110c614b
Octal274202375326101414141113
Binary101111001000001011111101110101100010110000110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC82FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC82FD; }

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

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

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

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

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

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

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

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