#BC39CE

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

Shades of Medium Orchid #BC39CE

Tints of Medium Orchid #BC39CE

Color information

#BC39CE (or 0xBC39CE) is unknown color: approx Medium Orchid. HEX triplet: BC, 39 and CE. RGB value is (188,57,206). Sum of RGB (Red+Green+Blue) = 188+57+206=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC39CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC39CE is #43C631. Grayscale: #707070. Windows color (decimal): -4441650 or 13515196. OLE color: 13515196.

HSL color Cylindrical-coordinate representation of color #BC39CE: hue angle of 292.75º degrees, saturation: 0.6, 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 #BC39CE is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18857206-
CMYK0.090.7200.19
HSL292.75º60.32%51.57%-
HSV(B)292.75º72.33%80.78%-
XYZ33.3418.0760.12-
YUV113.16180.4181.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 57 (22.66% from 255) = 12.64%
BLUE value IS 206 (80.86% from 255) = 45.68%
R=41.69%
G=12.64%
B=45.68%

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
Decimal188572060.090.7200.19292.7560.3251.57
HexBC39CE9480131253c34
Octal27471316111100234457464
Binary101111001110011100111010011001000010011100100101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC39CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC39CE; }

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

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

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

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

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

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

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

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