#BA6FCB

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

Shades of Medium Orchid #BA6FCB

Tints of Medium Orchid #BA6FCB

Color information

#BA6FCB (or 0xBA6FCB) is unknown color: approx Medium Orchid. HEX triplet: BA, 6F and CB. RGB value is (186,111,203). Sum of RGB (Red+Green+Blue) = 186+111+203=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA6FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FCB is #459034. Grayscale: #8F8F8F. Windows color (decimal): -4558901 or 13332410. OLE color: 13332410.

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

Color convert

RGB186111203-
CMYK0.080.4500.20
HSL288.91º46.94%61.57%-
HSV(B)288.91º45.32%79.61%-
XYZ36.7126.1259.61-
YUV143.91161.35158.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 111 (43.75% from 255) = 22.2%
BLUE value IS 203 (79.69% from 255) = 40.6%
R=37.2%
G=22.2%
B=40.6%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861112030.080.4500.20288.9146.9461.57
HexBA6FCB82D0141212f3e
Octal27215731310550244415776
Binary101110101101111110010111000101101010100100100001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6FCB; }

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

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

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

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

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

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

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

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