Html Css Color HEX #BA53E0 Medium Orchid

📋 copy color: '#BA53E0'

red 186 ◦ green 83 ◦ blue 224

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

Shades of Medium Orchid #BA53E0

Tints of Medium Orchid #BA53E0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.84%

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

R = 37.73%
G = 16.84%
B = 45.44%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA53E0 (or 0xBA53E0) is known color: Medium Orchid. HEX triplet: BA, 53 and E0. RGB value is (186,83,224). Sum of RGB (Red+Green+Blue) = 186+83+224=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA53E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53E0 is #45AC1F. Grayscale: #818181. Windows color (decimal): -4566048 or 14701498. OLE color: 14701498.

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

Color convert

RGB 186 83 224 -
CMYK 0.17 0.63 0 0.12
HSL 283.83º 0.69% 0.6% -
HSV(B) 283.83º 0.63% 0.88% -
XYZ 36.8 22.01 72.83 -
YUV 129.87 181.12 168.04 -
System Red Green Blue C M Y K H S L
Decimal 186 83 224 0.17 0.63 0 0.12 283.83 0.69 0.6
Hex BA 53 E0 11 3F 0 C 11C 45 3C
Octal 272 123 340 21 77 0 14 434 105 74
Binary 10111010 1010011 11100000 10001 111111 0 1100 100011100 1000101 111100

Color Harmonies of #BA53E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA53E0

Black with #BA53E0

Text Example


Text Example

White with #BA53E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA53E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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