#BA66CA

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

Shades of Medium Orchid #BA66CA

Tints of Medium Orchid #BA66CA

Color information

#BA66CA (or 0xBA66CA) is unknown color: approx Medium Orchid. HEX triplet: BA, 66 and CA. RGB value is (186,102,202). Sum of RGB (Red+Green+Blue) = 186+102+202=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA66CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66CA is #459935. Grayscale: #8A8A8A. Windows color (decimal): -4561206 or 13264570. OLE color: 13264570.

HSL color Cylindrical-coordinate representation of color #BA66CA: hue angle of 290.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA66CA is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186102202-
CMYK0.080.5000.21
HSL290.4º48.54%59.61%-
HSV(B)290.4º49.5%79.22%-
XYZ35.6624.2158.67-
YUV138.52163.83161.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 102 (40.23% from 255) = 20.82%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=37.96%
G=20.82%
B=41.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861022020.080.5000.21290.448.5459.61
HexBA66CA832015122313c
Octal27214631210620254426174
Binary101110101100110110010101000110010010101100100010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA66CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA66CA; }

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

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

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

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

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

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

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

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