Html Css Color HEX #BA48DD Medium Orchid

📋 copy color: '#BA48DD'

red 186 ◦ green 72 ◦ blue 221

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

Shades of Medium Orchid #BA48DD

Tints of Medium Orchid #BA48DD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.03%

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

R = 38.83%
G = 15.03%
B = 46.14%

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

#BA48DD (or 0xBA48DD) is known color: Medium Orchid. HEX triplet: BA, 48 and DD. RGB value is (186,72,221). Sum of RGB (Red+Green+Blue) = 186+72+221=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA48DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48DD is #45B722. Grayscale: #7A7A7A. Windows color (decimal): -4568867 or 14502074. OLE color: 14502074.

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

Color convert

RGB 186 72 221 -
CMYK 0.16 0.67 0 0.13
HSL 285.91º 0.69% 0.57% -
HSV(B) 285.91º 0.67% 0.87% -
XYZ 35.62 20.29 70.45 -
YUV 123.07 183.27 172.88 -
System Red Green Blue C M Y K H S L
Decimal 186 72 221 0.16 0.67 0 0.13 285.91 0.69 0.57
Hex BA 48 DD 10 43 0 D 11E 45 39
Octal 272 110 335 20 103 0 15 436 105 71
Binary 10111010 1001000 11011101 10000 1000011 0 1101 100011110 1000101 111001

Color Harmonies of #BA48DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48DD

Black with #BA48DD

Text Example


Text Example

White with #BA48DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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