#BC39CF

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

Shades of Medium Orchid #BC39CF

Tints of Medium Orchid #BC39CF

Color information

#BC39CF (or 0xBC39CF) is unknown color: approx Medium Orchid. HEX triplet: BC, 39 and CF. RGB value is (188,57,207). Sum of RGB (Red+Green+Blue) = 188+57+207=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC39CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC39CF is #43C630. Grayscale: #707070. Windows color (decimal): -4441649 or 13580732. OLE color: 13580732.

HSL color Cylindrical-coordinate representation of color #BC39CF: hue angle of 292.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC39CF is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18857207-
CMYK0.090.7200.19
HSL292.4º60.98%51.76%-
HSV(B)292.4º72.46%81.18%-
XYZ33.4618.1260.77-
YUV113.27180.9181.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 57 (22.66% from 255) = 12.61%
BLUE value IS 207 (81.25% from 255) = 45.80%
R=41.59%
G=12.61%
B=45.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal188572070.090.7200.19292.460.9851.76
HexBC39CF9480131243d34
Octal27471317111100234447564
Binary101111001110011100111110011001000010011100100100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC39CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC39CF; }

 p { color: rgb(188,57,207); }

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

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

 a { background-color: rgb(188,57,207); }

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

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

 span { border-color: rgb(188,57,207); }

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