#BA72CC

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

Shades of Medium Orchid #BA72CC

Tints of Medium Orchid #BA72CC

Color information

#BA72CC (or 0xBA72CC) is unknown color: approx Medium Orchid. HEX triplet: BA, 72 and CC. RGB value is (186,114,204). Sum of RGB (Red+Green+Blue) = 186+114+204=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA72CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72CC is #458D33. Grayscale: #919191. Windows color (decimal): -4558132 or 13398714. OLE color: 13398714.

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

Color convert

RGB186114204-
CMYK0.090.4400.2
HSL288º46.88%62.35%-
HSV(B)288º44.12%80%-
XYZ37.1726.8360.35-
YUV145.79160.85156.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 114 (44.92% from 255) = 22.62%
BLUE value IS 204 (80.08% from 255) = 40.48%
R=36.90%
G=22.62%
B=40.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861142040.090.4400.228846.8862.35
HexBA72CC92C0141202f3e
Octal27216231411540244405776
Binary101110101110010110011001001101100010100100100000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA72CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA72CC; }

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

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

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

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

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

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

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

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