#BC7DFD

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

Shades of Heliotrope #BC7DFD

Tints of Heliotrope #BC7DFD

Color information

#BC7DFD (or 0xBC7DFD) is unknown color: approx Heliotrope. HEX triplet: BC, 7D and FD. RGB value is (188,125,253). Sum of RGB (Red+Green+Blue) = 188+125+253=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC7DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7DFD is #438202. Grayscale: #9D9D9D. Windows color (decimal): -4424195 or 16612796. OLE color: 16612796.

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

Color convert

RGB188125253-
CMYK0.260.5100.01
HSL269.53º96.97%74.12%-
HSV(B)269.53º50.59%99.22%-
XYZ45.832.4596.78-
YUV158.43181.37149.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.22%
GREEN value IS 125 (49.22% from 255) = 22.08%
BLUE value IS 253 (99.22% from 255) = 44.70%
R=33.22%
G=22.08%
B=44.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881252530.260.5100.01269.5396.9774.12
HexBC7DFD1A330110e614a
Octal274175375326301416141112
Binary10111100111110111111101110101100110110000111011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7DFD; }

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

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

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

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

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

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

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

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