Html Css Color HEX #BA48E1 Medium Orchid

📋 copy color: '#BA48E1'

red 186 ◦ green 72 ◦ blue 225

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

Shades of Medium Orchid #BA48E1

Tints of Medium Orchid #BA48E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.58%

R = 38.51%
G = 14.91%
B = 46.58%

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

#BA48E1 (or 0xBA48E1) is known color: Medium Orchid. HEX triplet: BA, 48 and E1. RGB value is (186,72,225). Sum of RGB (Red+Green+Blue) = 186+72+225=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA48E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48E1 is #45B71E. Grayscale: #7B7B7B. Windows color (decimal): -4568863 or 14764218. OLE color: 14764218.

HSL color Cylindrical-coordinate representation of color #BA48E1: hue angle of 284.71º degrees, saturation: 0.72, 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 #BA48E1 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 72 225 -
CMYK 0.17 0.68 0 0.12
HSL 284.71º 0.72% 0.58% -
HSV(B) 284.71º 0.68% 0.88% -
XYZ 36.16 20.51 73.29 -
YUV 123.53 185.27 172.56 -
System Red Green Blue C M Y K H S L
Decimal 186 72 225 0.17 0.68 0 0.12 284.71 0.72 0.58
Hex BA 48 E1 11 44 0 C 11D 48 3A
Octal 272 110 341 21 104 0 14 435 110 72
Binary 10111010 1001000 11100001 10001 1000100 0 1100 100011101 1001000 111010

Color Harmonies of #BA48E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA48E1

Black with #BA48E1

Text Example


Text Example

White with #BA48E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA48E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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