#BA72CF

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

Shades of Medium Orchid #BA72CF

Tints of Medium Orchid #BA72CF

Color information

#BA72CF (or 0xBA72CF) is unknown color: approx Medium Orchid. HEX triplet: BA, 72 and CF. RGB value is (186,114,207). Sum of RGB (Red+Green+Blue) = 186+114+207=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA72CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72CF is #458D30. Grayscale: #919191. Windows color (decimal): -4558129 or 13595322. OLE color: 13595322.

HSL color Cylindrical-coordinate representation of color #BA72CF: hue angle of 286.45º degrees, saturation: 0.49, 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 #BA72CF is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186114207-
CMYK0.100.4500.19
HSL286.45º49.21%62.94%-
HSV(B)286.45º44.93%81.18%-
XYZ37.5326.9862.26-
YUV146.13162.35156.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.69%
GREEN value IS 114 (44.92% from 255) = 22.49%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=36.69%
G=22.49%
B=40.83%

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
Decimal1861142070.100.4500.19286.4549.2162.94
HexBA72CFA2D01311e313f
Octal27216231712550234366177
Binary101110101110010110011111010101101010011100011110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA72CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA72CF; }

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

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

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

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

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

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

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

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