#BA64CC

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

Shades of Medium Orchid #BA64CC

Tints of Medium Orchid #BA64CC

Color information

#BA64CC (or 0xBA64CC) is unknown color: approx Medium Orchid. HEX triplet: BA, 64 and CC. RGB value is (186,100,204). Sum of RGB (Red+Green+Blue) = 186+100+204=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA64CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64CC is #459B33. Grayscale: #898989. Windows color (decimal): -4561716 or 13395130. OLE color: 13395130.

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

Color convert

RGB186100204-
CMYK0.090.5100.2
HSL289.62º50.49%59.61%-
HSV(B)289.62º50.98%80%-
XYZ35.7123.9159.86-
YUV137.57165.49162.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 100 (39.45% from 255) = 20.41%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=37.96%
G=20.41%
B=41.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861002040.090.5100.2289.6250.4959.61
HexBA64CC933014122323c
Octal27214431411630244426274
Binary101110101100100110011001001110011010100100100010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA64CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA64CC; }

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

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

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

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

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

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

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

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