Html Css Color HEX #BA51E3 Medium Orchid

📋 copy color: '#BA51E3'

red 186 ◦ green 81 ◦ blue 227

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

Shades of Medium Orchid #BA51E3

Tints of Medium Orchid #BA51E3

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.4%

 BLUE value IS 227 (89.06% from 255) = 45.95%

R = 37.65%
G = 16.4%
B = 45.95%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA51E3 (or 0xBA51E3) is known color: Medium Orchid. HEX triplet: BA, 51 and E3. RGB value is (186,81,227). Sum of RGB (Red+Green+Blue) = 186+81+227=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 227 (89.06% from 255 or 45.95% from 494); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA51E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA51E3 is #45AE1C. Grayscale: #808080. Windows color (decimal): -4566557 or 14897594. OLE color: 14897594.

HSL color Cylindrical-coordinate representation of color #BA51E3: hue angle of 283.15º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA51E3 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 81 227 -
CMYK 0.18 0.64 0 0.11
HSL 283.15º 0.72% 0.6% -
HSV(B) 283.15º 0.64% 0.89% -
XYZ 37.06 21.87 74.94 -
YUV 129.04 183.29 168.63 -
System Red Green Blue C M Y K H S L
Decimal 186 81 227 0.18 0.64 0 0.11 283.15 0.72 0.6
Hex BA 51 E3 12 40 0 B 11B 48 3C
Octal 272 121 343 22 100 0 13 433 110 74
Binary 10111010 1010001 11100011 10010 1000000 0 1011 100011011 1001000 111100

Color Harmonies of #BA51E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA51E3

Black with #BA51E3

Text Example


Text Example

White with #BA51E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA51E3; }

 p { color: rgb(186,81,227); }

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

background-color css

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

 a { background-color: rgb(186,81,227); }

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

border-color css

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

 span { border-color: rgb(186,81,227); }

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