Html Css Color HEX #BA48E0 Medium Orchid

📋 copy color: '#BA48E0'

red 186 ◦ green 72 ◦ blue 224

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

Shades of Medium Orchid #BA48E0

Tints of Medium Orchid #BA48E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.47%

R = 38.59%
G = 14.94%
B = 46.47%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA48E0 (or 0xBA48E0) is known color: Medium Orchid. HEX triplet: BA, 48 and E0. RGB value is (186,72,224). Sum of RGB (Red+Green+Blue) = 186+72+224=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 72 (28.52% from 255 or 14.94% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA48E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48E0 is #45B71F. Grayscale: #7A7A7A. Windows color (decimal): -4568864 or 14698682. OLE color: 14698682.

HSL color Cylindrical-coordinate representation of color #BA48E0: hue angle of 285º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA48E0 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 72 224 -
CMYK 0.17 0.68 0 0.12
HSL 285º 0.71% 0.58% -
HSV(B) 285º 0.68% 0.88% -
XYZ 36.02 20.46 72.57 -
YUV 123.41 184.77 172.64 -
System Red Green Blue C M Y K H S L
Decimal 186 72 224 0.17 0.68 0 0.12 285 0.71 0.58
Hex BA 48 E0 11 44 0 C 11D 47 3A
Octal 272 110 340 21 104 0 14 435 107 72
Binary 10111010 1001000 11100000 10001 1000100 0 1100 100011101 1000111 111010

Color Harmonies of #BA48E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48E0

Black with #BA48E0

Text Example


Text Example

White with #BA48E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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