Html Css Color HEX #BA3ADD Medium Orchid

📋 copy color: '#BA3ADD'

red 186 ◦ green 58 ◦ blue 221

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

Shades of Medium Orchid #BA3ADD

Tints of Medium Orchid #BA3ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.47%

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

R = 40%
G = 12.47%
B = 47.53%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA3ADD (or 0xBA3ADD) is known color: Medium Orchid. HEX triplet: BA, 3A and DD. RGB value is (186,58,221). Sum of RGB (Red+Green+Blue) = 186+58+221=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 58 (23.05% from 255 or 12.47% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA3ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ADD is #45C522. Grayscale: #727272. Windows color (decimal): -4572451 or 14498490. OLE color: 14498490.

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

Color convert

RGB 186 58 221 -
CMYK 0.16 0.74 0 0.13
HSL 287.12º 0.71% 0.55% -
HSV(B) 287.12º 0.74% 0.87% -
XYZ 34.81 18.69 70.18 -
YUV 114.85 187.91 178.75 -
System Red Green Blue C M Y K H S L
Decimal 186 58 221 0.16 0.74 0 0.13 287.12 0.71 0.55
Hex BA 3A DD 10 4A 0 D 11F 47 37
Octal 272 72 335 20 112 0 15 437 107 67
Binary 10111010 111010 11011101 10000 1001010 0 1101 100011111 1000111 110111

Color Harmonies of #BA3ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3ADD

Black with #BA3ADD

Text Example


Text Example

White with #BA3ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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