Html Css Color HEX #BA4AD9 Medium Orchid

📋 copy color: '#BA4AD9'

red 186 ◦ green 74 ◦ blue 217

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

Shades of Medium Orchid #BA4AD9

Tints of Medium Orchid #BA4AD9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.51%

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

R = 38.99%
G = 15.51%
B = 45.49%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA4AD9 (or 0xBA4AD9) is known color: Medium Orchid. HEX triplet: BA, 4A and D9. RGB value is (186,74,217). Sum of RGB (Red+Green+Blue) = 186+74+217=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA4AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4AD9 is #45B526. Grayscale: #7B7B7B. Windows color (decimal): -4568359 or 14240442. OLE color: 14240442.

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

Color convert

RGB 186 74 217 -
CMYK 0.14 0.66 0 0.15
HSL 286.99º 0.65% 0.57% -
HSV(B) 286.99º 0.66% 0.85% -
XYZ 35.22 20.35 67.72 -
YUV 123.79 180.61 172.37 -
System Red Green Blue C M Y K H S L
Decimal 186 74 217 0.14 0.66 0 0.15 286.99 0.65 0.57
Hex BA 4A D9 E 42 0 F 11F 41 39
Octal 272 112 331 16 102 0 17 437 101 71
Binary 10111010 1001010 11011001 1110 1000010 0 1111 100011111 1000001 111001

Color Harmonies of #BA4AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4AD9

Black with #BA4AD9

Text Example


Text Example

White with #BA4AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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