#ba72ce

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

Shades of Medium Orchid #BA72CE

Tints of Medium Orchid #BA72CE

Color information

#BA72CE (or 0xBA72CE) is unknown color: approx Medium Orchid. HEX triplet: BA, 72 and CE. RGB value is (186,114,206). Sum of RGB (Red+Green+Blue) = 186+114+206=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA72CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72CE is #458D31. Grayscale: #919191. Windows color (decimal): -4558130 or 13529786. OLE color: 13529786.

HSL color Cylindrical-coordinate representation of color #BA72CE: hue angle of 286.96º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA72CE is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186114206-
CMYK0.100.4500.19
HSL286.96º48.42%62.75%-
HSV(B)286.96º44.66%80.78%-
XYZ37.4126.9361.62-
YUV146.02161.85156.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 114 (44.92% from 255) = 22.53%
BLUE value IS 206 (80.86% from 255) = 40.71%
R=36.76%
G=22.53%
B=40.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861142060.100.4500.19286.9648.4262.75
HexBA72CEA2D01311f303f
Octal27216231612550234376077
Binary101110101110010110011101010101101010011100011111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba72ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba72ce; }

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

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

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

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

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

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

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

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