#BA39CE

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

Shades of Medium Orchid #BA39CE

Tints of Medium Orchid #BA39CE

Color information

#BA39CE (or 0xBA39CE) is unknown color: approx Medium Orchid. HEX triplet: BA, 39 and CE. RGB value is (186,57,206). Sum of RGB (Red+Green+Blue) = 186+57+206=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 57 (22.66% from 255 or 12.69% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA39CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA39CE is #45C631. Grayscale: #707070. Windows color (decimal): -4572722 or 13515194. OLE color: 13515194.

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

Color convert

RGB18657206-
CMYK0.100.7200.19
HSL291.95º60.32%51.57%-
HSV(B)291.95º72.33%80.78%-
XYZ32.8517.8260.1-
YUV112.56180.74180.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 57 (22.66% from 255) = 12.69%
BLUE value IS 206 (80.86% from 255) = 45.88%
R=41.43%
G=12.69%
B=45.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal186572060.100.7200.19291.9560.3251.57
HexBA39CEA480131243c34
Octal27271316121100234447464
Binary101110101110011100111010101001000010011100100100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA39CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA39CE; }

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

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

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

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

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

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

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

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