Html Css Color HEX #BA53F5 Medium Orchid

📋 copy color: '#BA53F5'

red 186 ◦ green 83 ◦ blue 245

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

Shades of Medium Orchid #BA53F5

Tints of Medium Orchid #BA53F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.67%

R = 36.19%
G = 16.15%
B = 47.67%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA53F5 (or 0xBA53F5) is known color: Medium Orchid. HEX triplet: BA, 53 and F5. RGB value is (186,83,245). Sum of RGB (Red+Green+Blue) = 186+83+245=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 83 (32.81% from 255 or 16.15% from 514); Blue value is 245 (96.09% from 255 or 47.67% from 514); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA53F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA53F5 is #45AC0A. Grayscale: #838383. Windows color (decimal): -4566027 or 16077754. OLE color: 16077754.

HSL color Cylindrical-coordinate representation of color #BA53F5: hue angle of 278.15º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA53F5 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 83 245 -
CMYK 0.24 0.66 0 0.04
HSL 278.15º 0.89% 0.64% -
HSV(B) 278.15º 0.66% 0.96% -
XYZ 39.82 23.22 88.77 -
YUV 132.27 191.62 166.33 -
System Red Green Blue C M Y K H S L
Decimal 186 83 245 0.24 0.66 0 0.04 278.15 0.89 0.64
Hex BA 53 F5 18 42 0 4 116 59 40
Octal 272 123 365 30 102 0 4 426 131 100
Binary 10111010 1010011 11110101 11000 1000010 0 100 100010110 1011001 1000000

Color Harmonies of #BA53F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA53F5

Black with #BA53F5

Text Example


Text Example

White with #BA53F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA53F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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