Html Css Color HEX #BA4DD9 Medium Orchid

📋 copy color: '#BA4DD9'

red 186 ◦ green 77 ◦ blue 217

#BA4DD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BA4DD9

Tints of Medium Orchid #BA4DD9

RGB

 RED value IS 186 (73.05% from 255) = 38.75%

 GREEN value IS 77 (30.47% from 255) = 16.04%

 BLUE value IS 217 (85.16% from 255) = 45.21%

R = 38.75%
G = 16.04%
B = 45.21%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA4DD9 (or 0xBA4DD9) is known color: Medium Orchid. HEX triplet: BA, 4D and D9. RGB value is (186,77,217). Sum of RGB (Red+Green+Blue) = 186+77+217=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA4DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DD9 is #45B226. Grayscale: #7D7D7D. Windows color (decimal): -4567591 or 14241210. OLE color: 14241210.

HSL color Cylindrical-coordinate representation of color #BA4DD9: hue angle of 286.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4DD9 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 77 217 -
CMYK 0.14 0.65 0 0.15
HSL 286.71º 0.65% 0.58% -
HSV(B) 286.71º 0.65% 0.85% -
XYZ 35.43 20.76 67.78 -
YUV 125.55 179.61 171.12 -
System Red Green Blue C M Y K H S L
Decimal 186 77 217 0.14 0.65 0 0.15 286.71 0.65 0.58
Hex BA 4D D9 E 41 0 F 11F 41 3A
Octal 272 115 331 16 101 0 17 437 101 72
Binary 10111010 1001101 11011001 1110 1000001 0 1111 100011111 1000001 111010

Color Harmonies of #BA4DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4DD9

Black with #BA4DD9

Text Example


Text Example

White with #BA4DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4DD9; }

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

 H1.HeaderClassName
 {
   color: #BA4DD9;
 }
 .AnyTagClassName
 {
   color: #BA4DD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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