Html Css Color HEX #BA37EA Medium Orchid

📋 copy color: '#BA37EA'

red 186 ◦ green 55 ◦ blue 234

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

Shades of Medium Orchid #BA37EA

Tints of Medium Orchid #BA37EA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.58%

 BLUE value IS 234 (91.8% from 255) = 49.26%

R = 39.16%
G = 11.58%
B = 49.26%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA37EA (or 0xBA37EA) is known color: Medium Orchid. HEX triplet: BA, 37 and EA. RGB value is (186,55,234). Sum of RGB (Red+Green+Blue) = 186+55+234=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 55 (21.88% from 255 or 11.58% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA37EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA37EA is #45C815. Grayscale: #717171. Windows color (decimal): -4573206 or 15349690. OLE color: 15349690.

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

Color convert

RGB 186 55 234 -
CMYK 0.21 0.76 0 0.08
HSL 283.91º 0.81% 0.57% -
HSV(B) 283.91º 0.76% 0.92% -
XYZ 36.47 19.11 79.61 -
YUV 114.58 195.4 178.95 -
System Red Green Blue C M Y K H S L
Decimal 186 55 234 0.21 0.76 0 0.08 283.91 0.81 0.57
Hex BA 37 EA 15 4C 0 8 11C 51 39
Octal 272 67 352 25 114 0 10 434 121 71
Binary 10111010 110111 11101010 10101 1001100 0 1000 100011100 1010001 111001

Color Harmonies of #BA37EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA37EA

Black with #BA37EA

Text Example


Text Example

White with #BA37EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA37EA; }

 p { color: rgb(186,55,234); }

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

background-color css

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

 a { background-color: rgb(186,55,234); }

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

border-color css

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

 span { border-color: rgb(186,55,234); }

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