Html Css Color HEX #BA48D2 Medium Orchid

📋 copy color: '#BA48D2'

red 186 ◦ green 72 ◦ blue 210

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

Shades of Medium Orchid #BA48D2

Tints of Medium Orchid #BA48D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.87%

R = 39.74%
G = 15.38%
B = 44.87%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA48D2 (or 0xBA48D2) is known color: Medium Orchid. HEX triplet: BA, 48 and D2. RGB value is (186,72,210). Sum of RGB (Red+Green+Blue) = 186+72+210=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA48D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48D2 is #45B72D. Grayscale: #797979. Windows color (decimal): -4568878 or 13781178. OLE color: 13781178.

HSL color Cylindrical-coordinate representation of color #BA48D2: hue angle of 289.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA48D2 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 72 210 -
CMYK 0.11 0.66 0 0.18
HSL 289.57º 0.61% 0.55% -
HSV(B) 289.57º 0.66% 0.82% -
XYZ 34.2 19.73 62.98 -
YUV 121.82 177.77 173.78 -
System Red Green Blue C M Y K H S L
Decimal 186 72 210 0.11 0.66 0 0.18 289.57 0.61 0.55
Hex BA 48 D2 B 42 0 12 122 3D 37
Octal 272 110 322 13 102 0 22 442 75 67
Binary 10111010 1001000 11010010 1011 1000010 0 10010 100100010 111101 110111

Color Harmonies of #BA48D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48D2

Black with #BA48D2

Text Example


Text Example

White with #BA48D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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