Html Css Color HEX #BA48D0 Medium Orchid

📋 copy color: '#BA48D0'

red 186 ◦ green 72 ◦ blue 208

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

Shades of Medium Orchid #BA48D0

Tints of Medium Orchid #BA48D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.64%

R = 39.91%
G = 15.45%
B = 44.64%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA48D0 (or 0xBA48D0) is known color: Medium Orchid. HEX triplet: BA, 48 and D0. RGB value is (186,72,208). Sum of RGB (Red+Green+Blue) = 186+72+208=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA48D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48D0 is #45B72F. Grayscale: #797979. Windows color (decimal): -4568880 or 13650106. OLE color: 13650106.

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

Color convert

RGB 186 72 208 -
CMYK 0.11 0.65 0 0.18
HSL 290.29º 0.59% 0.55% -
HSV(B) 290.29º 0.65% 0.82% -
XYZ 33.95 19.63 61.67 -
YUV 121.59 176.77 173.94 -
System Red Green Blue C M Y K H S L
Decimal 186 72 208 0.11 0.65 0 0.18 290.29 0.59 0.55
Hex BA 48 D0 B 41 0 12 122 3B 37
Octal 272 110 320 13 101 0 22 442 73 67
Binary 10111010 1001000 11010000 1011 1000001 0 10010 100100010 111011 110111

Color Harmonies of #BA48D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48D0

Black with #BA48D0

Text Example


Text Example

White with #BA48D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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