Html Css Color HEX #BA5EED Medium Orchid

📋 copy color: '#BA5EED'

red 186 ◦ green 94 ◦ blue 237

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

Shades of Medium Orchid #BA5EED

Tints of Medium Orchid #BA5EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.84%

R = 35.98%
G = 18.18%
B = 45.84%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA5EED (or 0xBA5EED) is known color: Medium Orchid. HEX triplet: BA, 5E and ED. RGB value is (186,94,237). Sum of RGB (Red+Green+Blue) = 186+94+237=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 94 (37.11% from 255 or 18.18% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA5EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5EED is #45A112. Grayscale: #898989. Windows color (decimal): -4563219 or 15556282. OLE color: 15556282.

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

Color convert

RGB 186 94 237 -
CMYK 0.22 0.60 0 0.07
HSL 278.6º 0.8% 0.65% -
HSV(B) 278.6º 0.6% 0.93% -
XYZ 39.54 24.56 82.78 -
YUV 137.81 183.98 162.37 -
System Red Green Blue C M Y K H S L
Decimal 186 94 237 0.22 0.60 0 0.07 278.6 0.8 0.65
Hex BA 5E ED 16 3C 0 7 117 50 41
Octal 272 136 355 26 74 0 7 427 120 101
Binary 10111010 1011110 11101101 10110 111100 0 111 100010111 1010000 1000001

Color Harmonies of #BA5EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5EED

Black with #BA5EED

Text Example


Text Example

White with #BA5EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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