#BA66CC

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

Shades of Medium Orchid #BA66CC

Tints of Medium Orchid #BA66CC

Color information

#BA66CC (or 0xBA66CC) is unknown color: approx Medium Orchid. HEX triplet: BA, 66 and CC. RGB value is (186,102,204). Sum of RGB (Red+Green+Blue) = 186+102+204=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA66CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66CC is #459933. Grayscale: #8A8A8A. Windows color (decimal): -4561204 or 13395642. OLE color: 13395642.

HSL color Cylindrical-coordinate representation of color #BA66CC: hue angle of 289.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA66CC is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB186102204-
CMYK0.090.500.2
HSL289.41º50%60%-
HSV(B)289.41º50%80%-
XYZ35.924.359.93-
YUV138.74164.83161.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.80%
GREEN value IS 102 (40.23% from 255) = 20.73%
BLUE value IS 204 (80.08% from 255) = 41.46%
R=37.80%
G=20.73%
B=41.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861022040.090.500.2289.415060
HexBA66CC932014121323c
Octal27214631411620244416274
Binary101110101100110110011001001110010010100100100001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA66CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA66CC; }

 p { color: rgb(186,102,204); }

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

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

 a { background-color: rgb(186,102,204); }

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

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

 span { border-color: rgb(186,102,204); }

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