Html Css Color HEX #BA4ADD Medium Orchid

📋 copy color: '#BA4ADD'

red 186 ◦ green 74 ◦ blue 221

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

Shades of Medium Orchid #BA4ADD

Tints of Medium Orchid #BA4ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 38.67%
G = 15.38%
B = 45.95%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA4ADD (or 0xBA4ADD) is known color: Medium Orchid. HEX triplet: BA, 4A and DD. RGB value is (186,74,221). Sum of RGB (Red+Green+Blue) = 186+74+221=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA4ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4ADD is #45B522. Grayscale: #7B7B7B. Windows color (decimal): -4568355 or 14502586. OLE color: 14502586.

HSL color Cylindrical-coordinate representation of color #BA4ADD: hue angle of 285.71º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA4ADD is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 74 221 -
CMYK 0.16 0.67 0 0.13
HSL 285.71º 0.68% 0.58% -
HSV(B) 285.71º 0.67% 0.87% -
XYZ 35.75 20.56 70.49 -
YUV 124.25 182.61 172.05 -
System Red Green Blue C M Y K H S L
Decimal 186 74 221 0.16 0.67 0 0.13 285.71 0.68 0.58
Hex BA 4A DD 10 43 0 D 11E 44 3A
Octal 272 112 335 20 103 0 15 436 104 72
Binary 10111010 1001010 11011101 10000 1000011 0 1101 100011110 1000100 111010

Color Harmonies of #BA4ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4ADD

Black with #BA4ADD

Text Example


Text Example

White with #BA4ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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