#BA45CC

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

Shades of Medium Orchid #BA45CC

Tints of Medium Orchid #BA45CC

Color information

#BA45CC (or 0xBA45CC) is unknown color: approx Medium Orchid. HEX triplet: BA, 45 and CC. RGB value is (186,69,204). Sum of RGB (Red+Green+Blue) = 186+69+204=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA45CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45CC is #45BA33. Grayscale: #767676. Windows color (decimal): -4569652 or 13387194. OLE color: 13387194.

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

Color convert

RGB18669204-
CMYK0.090.6600.2
HSL292º56.96%53.53%-
HSV(B)292º66.18%80%-
XYZ33.2819.0559.05-
YUV119.37175.76175.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 69 (27.34% from 255) = 15.03%
BLUE value IS 204 (80.08% from 255) = 44.44%
R=40.52%
G=15.03%
B=44.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal186692040.090.6600.229256.9653.53
HexBA45CC9420141243936
Octal272105314111020244447166
Binary1011101010001011100110010011000010010100100100100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA45CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA45CC; }

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

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

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

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

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

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

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

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