#BC7DF3

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

Shades of Heliotrope #BC7DF3

Tints of Heliotrope #BC7DF3

Color information

#BC7DF3 (or 0xBC7DF3) is unknown color: approx Heliotrope. HEX triplet: BC, 7D and F3. RGB value is (188,125,243). Sum of RGB (Red+Green+Blue) = 188+125+243=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 243 (95.31% from 255 or 43.71% from 556); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC7DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7DF3 is #43820C. Grayscale: #9C9C9C. Windows color (decimal): -4424205 or 15957436. OLE color: 15957436.

HSL color Cylindrical-coordinate representation of color #BC7DF3: hue angle of 272.03º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC7DF3 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188125243-
CMYK0.230.4900.05
HSL272.03º83.1%72.16%-
HSV(B)272.03º48.56%95.29%-
XYZ44.2531.8388.61-
YUV157.29176.37149.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 125 (49.22% from 255) = 22.48%
BLUE value IS 243 (95.31% from 255) = 43.71%
R=33.81%
G=22.48%
B=43.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881252430.230.4900.05272.0383.172.16
HexBC7DF31731051105348
Octal274175363276105420123110
Binary1011110011111011111001110111110001010110001000010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7DF3; }

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

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

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

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

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

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

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

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