#BA71CB

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

Shades of Medium Orchid #BA71CB

Tints of Medium Orchid #BA71CB

Color information

#BA71CB (or 0xBA71CB) is unknown color: approx Medium Orchid. HEX triplet: BA, 71 and CB. RGB value is (186,113,203). Sum of RGB (Red+Green+Blue) = 186+113+203=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA71CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71CB is #458E34. Grayscale: #909090. Windows color (decimal): -4558389 or 13332922. OLE color: 13332922.

HSL color Cylindrical-coordinate representation of color #BA71CB: hue angle of 288.67º degrees, saturation: 0.46, 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 #BA71CB is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186113203-
CMYK0.080.4400.20
HSL288.67º46.39%61.96%-
HSV(B)288.67º44.33%79.61%-
XYZ36.9326.5659.68-
YUV145.09160.68157.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.05%
GREEN value IS 113 (44.53% from 255) = 22.51%
BLUE value IS 203 (79.69% from 255) = 40.44%
R=37.05%
G=22.51%
B=40.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861132030.080.4400.20288.6746.3961.96
HexBA71CB82C0141212e3e
Octal27216131310540244415676
Binary101110101110001110010111000101100010100100100001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA71CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA71CB; }

 p { color: rgb(186,113,203); }

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

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

 a { background-color: rgb(186,113,203); }

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

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

 span { border-color: rgb(186,113,203); }

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