Html Css Color HEX #BA5EEE Medium Orchid

📋 copy color: '#BA5EEE'

red 186 ◦ green 94 ◦ blue 238

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

Shades of Medium Orchid #BA5EEE

Tints of Medium Orchid #BA5EEE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.15%

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

R = 35.91%
G = 18.15%
B = 45.95%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA5EEE (or 0xBA5EEE) is known color: Medium Orchid. HEX triplet: BA, 5E and EE. RGB value is (186,94,238). Sum of RGB (Red+Green+Blue) = 186+94+238=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 94 (37.11% from 255 or 18.15% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA5EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5EEE is #45A111. Grayscale: #898989. Windows color (decimal): -4563218 or 15621818. OLE color: 15621818.

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

Color convert

RGB 186 94 238 -
CMYK 0.22 0.61 0 0.07
HSL 278.33º 0.81% 0.65% -
HSV(B) 278.33º 0.61% 0.93% -
XYZ 39.69 24.62 83.55 -
YUV 137.92 184.48 162.29 -
System Red Green Blue C M Y K H S L
Decimal 186 94 238 0.22 0.61 0 0.07 278.33 0.81 0.65
Hex BA 5E EE 16 3D 0 7 116 51 41
Octal 272 136 356 26 75 0 7 426 121 101
Binary 10111010 1011110 11101110 10110 111101 0 111 100010110 1010001 1000001

Color Harmonies of #BA5EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5EEE

Black with #BA5EEE

Text Example


Text Example

White with #BA5EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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