Html Css Color HEX #BA48CE Medium Orchid

📋 copy color: '#BA48CE'

red 186 ◦ green 72 ◦ blue 206

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

Shades of Medium Orchid #BA48CE

Tints of Medium Orchid #BA48CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 40.09%
G = 15.52%
B = 44.4%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA48CE (or 0xBA48CE) is known color: Medium Orchid. HEX triplet: BA, 48 and CE. RGB value is (186,72,206). Sum of RGB (Red+Green+Blue) = 186+72+206=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA48CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48CE is #45B731. Grayscale: #787878. Windows color (decimal): -4568882 or 13519034. OLE color: 13519034.

HSL color Cylindrical-coordinate representation of color #BA48CE: hue angle of 291.04º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA48CE is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 72 206 -
CMYK 0.10 0.65 0 0.19
HSL 291.04º 0.58% 0.55% -
HSV(B) 291.04º 0.65% 0.81% -
XYZ 33.71 19.53 60.39 -
YUV 121.36 175.77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 186 72 206 0.10 0.65 0 0.19 291.04 0.58 0.55
Hex BA 48 CE A 41 0 13 123 3A 37
Octal 272 110 316 12 101 0 23 443 72 67
Binary 10111010 1001000 11001110 1010 1000001 0 10011 100100011 111010 110111

Color Harmonies of #BA48CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48CE

Black with #BA48CE

Text Example


Text Example

White with #BA48CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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