Html Css Color HEX #BA4AD5 Medium Orchid

📋 copy color: '#BA4AD5'

red 186 ◦ green 74 ◦ blue 213

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

Shades of Medium Orchid #BA4AD5

Tints of Medium Orchid #BA4AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 39.32%
G = 15.64%
B = 45.03%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA4AD5 (or 0xBA4AD5) is known color: Medium Orchid. HEX triplet: BA, 4A and D5. RGB value is (186,74,213). Sum of RGB (Red+Green+Blue) = 186+74+213=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA4AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4AD5 is #45B52A. Grayscale: #7A7A7A. Windows color (decimal): -4568363 or 13978298. OLE color: 13978298.

HSL color Cylindrical-coordinate representation of color #BA4AD5: hue angle of 288.35º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4AD5 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 74 213 -
CMYK 0.13 0.65 0 0.16
HSL 288.35º 0.62% 0.56% -
HSV(B) 288.35º 0.65% 0.84% -
XYZ 34.71 20.14 65.01 -
YUV 123.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 186 74 213 0.13 0.65 0 0.16 288.35 0.62 0.56
Hex BA 4A D5 D 41 0 10 120 3E 38
Octal 272 112 325 15 101 0 20 440 76 70
Binary 10111010 1001010 11010101 1101 1000001 0 10000 100100000 111110 111000

Color Harmonies of #BA4AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4AD5

Black with #BA4AD5

Text Example


Text Example

White with #BA4AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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