#BA6CEC

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

Shades of Medium Orchid #BA6CEC

Tints of Medium Orchid #BA6CEC

Color information

#BA6CEC (or 0xBA6CEC) is unknown color: approx Medium Orchid. HEX triplet: BA, 6C and EC. RGB value is (186,108,236). Sum of RGB (Red+Green+Blue) = 186+108+236=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA6CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6CEC is #459313. Grayscale: #919191. Windows color (decimal): -4559636 or 15494330. OLE color: 15494330.

HSL color Cylindrical-coordinate representation of color #BA6CEC: hue angle of 276.56º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA6CEC is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186108236-
CMYK0.210.5400.07
HSL276.56º77.11%67.45%-
HSV(B)276.56º54.24%92.55%-
XYZ40.7527.2282.46-
YUV145.91178.84156.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 108 (42.58% from 255) = 20.38%
BLUE value IS 236 (92.58% from 255) = 44.53%
R=35.09%
G=20.38%
B=44.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861082360.210.5400.07276.5677.1167.45
HexBA6CEC1536071154d43
Octal272154354256607425115103
Binary1011101011011001110110010101110110011110001010110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6CEC; }

 p { color: rgb(186,108,236); }

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

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

 a { background-color: rgb(186,108,236); }

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

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

 span { border-color: rgb(186,108,236); }

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