Html Css Color HEX #BA3EE9 Medium Orchid

📋 copy color: '#BA3EE9'

red 186 ◦ green 62 ◦ blue 233

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

Shades of Medium Orchid #BA3EE9

Tints of Medium Orchid #BA3EE9

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.89%

 BLUE value IS 233 (91.41% from 255) = 48.44%

R = 38.67%
G = 12.89%
B = 48.44%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA3EE9 (or 0xBA3EE9) is known color: Medium Orchid. HEX triplet: BA, 3E and E9. RGB value is (186,62,233). Sum of RGB (Red+Green+Blue) = 186+62+233=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 62 (24.61% from 255 or 12.89% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA3EE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3EE9 is #45C116. Grayscale: #767676. Windows color (decimal): -4571415 or 15285946. OLE color: 15285946.

HSL color Cylindrical-coordinate representation of color #BA3EE9: hue angle of 283.51º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3EE9 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 62 233 -
CMYK 0.20 0.73 0 0.09
HSL 283.51º 0.8% 0.58% -
HSV(B) 283.51º 0.73% 0.91% -
XYZ 36.68 19.77 78.97 -
YUV 118.57 192.58 176.1 -
System Red Green Blue C M Y K H S L
Decimal 186 62 233 0.20 0.73 0 0.09 283.51 0.8 0.58
Hex BA 3E E9 14 49 0 9 11C 50 3A
Octal 272 76 351 24 111 0 11 434 120 72
Binary 10111010 111110 11101001 10100 1001001 0 1001 100011100 1010000 111010

Color Harmonies of #BA3EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3EE9

Black with #BA3EE9

Text Example


Text Example

White with #BA3EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3EE9; }

 p { color: rgb(186,62,233); }

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

background-color css

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

 a { background-color: rgb(186,62,233); }

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

border-color css

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

 span { border-color: rgb(186,62,233); }

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