#BA4DCB

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

Shades of Medium Orchid #BA4DCB

Tints of Medium Orchid #BA4DCB

Color information

#BA4DCB (or 0xBA4DCB) is unknown color: approx Medium Orchid. HEX triplet: BA, 4D and CB. RGB value is (186,77,203). Sum of RGB (Red+Green+Blue) = 186+77+203=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA4DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DCB is #45B234. Grayscale: #7B7B7B. Windows color (decimal): -4567605 or 13323706. OLE color: 13323706.

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

Color convert

RGB18677203-
CMYK0.080.6200.20
HSL291.9º54.78%54.9%-
HSV(B)291.9º62.07%79.61%-
XYZ33.6820.0658.6-
YUV123.95172.61172.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 77 (30.47% from 255) = 16.52%
BLUE value IS 203 (79.69% from 255) = 43.56%
R=39.91%
G=16.52%
B=43.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186772030.080.6200.20291.954.7854.9
HexBA4DCB83E0141243737
Octal27211531310760244446767
Binary101110101001101110010111000111110010100100100100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4DCB; }

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

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

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

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

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

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

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

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