Html Css Color HEX #BA53F1 Medium Orchid

📋 copy color: '#BA53F1'

red 186 ◦ green 83 ◦ blue 241

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

Shades of Medium Orchid #BA53F1

Tints of Medium Orchid #BA53F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.25%

R = 36.47%
G = 16.27%
B = 47.25%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA53F1 (or 0xBA53F1) is known color: Medium Orchid. HEX triplet: BA, 53 and F1. RGB value is (186,83,241). Sum of RGB (Red+Green+Blue) = 186+83+241=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA53F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA53F1 is #45AC0E. Grayscale: #838383. Windows color (decimal): -4566031 or 15815610. OLE color: 15815610.

HSL color Cylindrical-coordinate representation of color #BA53F1: hue angle of 279.11º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA53F1 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 83 241 -
CMYK 0.23 0.66 0 0.05
HSL 279.11º 0.85% 0.64% -
HSV(B) 279.11º 0.66% 0.95% -
XYZ 39.22 22.98 85.59 -
YUV 131.81 189.62 166.65 -
System Red Green Blue C M Y K H S L
Decimal 186 83 241 0.23 0.66 0 0.05 279.11 0.85 0.64
Hex BA 53 F1 17 42 0 5 117 55 40
Octal 272 123 361 27 102 0 5 427 125 100
Binary 10111010 1010011 11110001 10111 1000010 0 101 100010111 1010101 1000000

Color Harmonies of #BA53F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA53F1

Black with #BA53F1

Text Example


Text Example

White with #BA53F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA53F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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