Html Css Color HEX #BA5EEB Medium Orchid

📋 copy color: '#BA5EEB'

red 186 ◦ green 94 ◦ blue 235

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

Shades of Medium Orchid #BA5EEB

Tints of Medium Orchid #BA5EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.63%

R = 36.12%
G = 18.25%
B = 45.63%

CMYK

 C value IS 0.21

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA5EEB (or 0xBA5EEB) is known color: Medium Orchid. HEX triplet: BA, 5E and EB. RGB value is (186,94,235). Sum of RGB (Red+Green+Blue) = 186+94+235=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA5EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5EEB is #45A114. Grayscale: #898989. Windows color (decimal): -4563221 or 15425210. OLE color: 15425210.

HSL color Cylindrical-coordinate representation of color #BA5EEB: hue angle of 279.15º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5EEB is Cyan = 0.21, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 94 235 -
CMYK 0.21 0.6 0 0.08
HSL 279.15º 0.78% 0.65% -
HSV(B) 279.15º 0.6% 0.92% -
XYZ 39.25 24.44 81.25 -
YUV 137.58 182.98 162.54 -
System Red Green Blue C M Y K H S L
Decimal 186 94 235 0.21 0.6 0 0.08 279.15 0.78 0.65
Hex BA 5E EB 15 3C 0 8 117 4E 41
Octal 272 136 353 25 74 0 10 427 116 101
Binary 10111010 1011110 11101011 10101 111100 0 1000 100010111 1001110 1000001

Color Harmonies of #BA5EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5EEB

Black with #BA5EEB

Text Example


Text Example

White with #BA5EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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