Html Css Color HEX #BA4AC9 Medium Orchid

📋 copy color: '#BA4AC9'

red 186 ◦ green 74 ◦ blue 201

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

Shades of Medium Orchid #BA4AC9

Tints of Medium Orchid #BA4AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.6%

R = 40.35%
G = 16.05%
B = 43.6%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA4AC9 (or 0xBA4AC9) is known color: Medium Orchid. HEX triplet: BA, 4A and C9. RGB value is (186,74,201). Sum of RGB (Red+Green+Blue) = 186+74+201=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA4AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4AC9 is #45B536. Grayscale: #797979. Windows color (decimal): -4568375 or 13191866. OLE color: 13191866.

HSL color Cylindrical-coordinate representation of color #BA4AC9: hue angle of 292.91º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4AC9 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 74 201 -
CMYK 0.07 0.63 0 0.21
HSL 292.91º 0.54% 0.54% -
HSV(B) 292.91º 0.63% 0.79% -
XYZ 33.24 19.55 57.28 -
YUV 121.97 172.61 173.67 -
System Red Green Blue C M Y K H S L
Decimal 186 74 201 0.07 0.63 0 0.21 292.91 0.54 0.54
Hex BA 4A C9 7 3F 0 15 125 36 36
Octal 272 112 311 7 77 0 25 445 66 66
Binary 10111010 1001010 11001001 111 111111 0 10101 100100101 110110 110110

Color Harmonies of #BA4AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4AC9

Black with #BA4AC9

Text Example


Text Example

White with #BA4AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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