Html Css Color HEX #BA51EE Medium Orchid

📋 copy color: '#BA51EE'

red 186 ◦ green 81 ◦ blue 238

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

Shades of Medium Orchid #BA51EE

Tints of Medium Orchid #BA51EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.13%

R = 36.83%
G = 16.04%
B = 47.13%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA51EE (or 0xBA51EE) is known color: Medium Orchid. HEX triplet: BA, 51 and EE. RGB value is (186,81,238). Sum of RGB (Red+Green+Blue) = 186+81+238=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA51EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA51EE is #45AE11. Grayscale: #818181. Windows color (decimal): -4566546 or 15618490. OLE color: 15618490.

HSL color Cylindrical-coordinate representation of color #BA51EE: hue angle of 280.13º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA51EE is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 81 238 -
CMYK 0.22 0.66 0 0.07
HSL 280.13º 0.82% 0.63% -
HSV(B) 280.13º 0.66% 0.93% -
XYZ 38.62 22.5 83.2 -
YUV 130.29 188.79 167.73 -
System Red Green Blue C M Y K H S L
Decimal 186 81 238 0.22 0.66 0 0.07 280.13 0.82 0.63
Hex BA 51 EE 16 42 0 7 118 52 3F
Octal 272 121 356 26 102 0 7 430 122 77
Binary 10111010 1010001 11101110 10110 1000010 0 111 100011000 1010010 111111

Color Harmonies of #BA51EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA51EE

Black with #BA51EE

Text Example


Text Example

White with #BA51EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA51EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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