#BA4BD1

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

Shades of Medium Orchid #BA4BD1

Tints of Medium Orchid #BA4BD1

Color information

#BA4BD1 (or 0xBA4BD1) is unknown color: approx Medium Orchid. HEX triplet: BA, 4B and D1. RGB value is (186,75,209). Sum of RGB (Red+Green+Blue) = 186+75+209=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA4BD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BD1 is #45B42E. Grayscale: #7B7B7B. Windows color (decimal): -4568111 or 13716410. OLE color: 13716410.

HSL color Cylindrical-coordinate representation of color #BA4BD1: hue angle of 289.7º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4BD1 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18675209-
CMYK0.110.6400.18
HSL289.7º59.29%55.69%-
HSV(B)289.7º64.11%81.96%-
XYZ34.2720.0762.39-
YUV123.46176.27172.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 75 (29.69% from 255) = 15.96%
BLUE value IS 209 (82.03% from 255) = 44.47%
R=39.57%
G=15.96%
B=44.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal186752090.110.6400.18289.759.2955.69
HexBA4BD1B400121223b38
Octal272113321131000224427370
Binary1011101010010111101000110111000000010010100100010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4BD1; }

 p { color: rgb(186,75,209); }

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

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

 a { background-color: rgb(186,75,209); }

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

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

 span { border-color: rgb(186,75,209); }

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