Html Css Color HEX #BA37EB Medium Orchid

📋 copy color: '#BA37EB'

red 186 ◦ green 55 ◦ blue 235

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

Shades of Medium Orchid #BA37EB

Tints of Medium Orchid #BA37EB

RGB

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

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

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

R = 39.08%
G = 11.55%
B = 49.37%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA37EB (or 0xBA37EB) is known color: Medium Orchid. HEX triplet: BA, 37 and EB. RGB value is (186,55,235). Sum of RGB (Red+Green+Blue) = 186+55+235=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 55 (21.88% from 255 or 11.55% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA37EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA37EB is #45C814. Grayscale: #727272. Windows color (decimal): -4573205 or 15415226. OLE color: 15415226.

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

Color convert

RGB 186 55 235 -
CMYK 0.21 0.77 0 0.08
HSL 283.67º 0.82% 0.57% -
HSV(B) 283.67º 0.77% 0.92% -
XYZ 36.61 19.17 80.37 -
YUV 114.69 195.9 178.86 -
System Red Green Blue C M Y K H S L
Decimal 186 55 235 0.21 0.77 0 0.08 283.67 0.82 0.57
Hex BA 37 EB 15 4D 0 8 11C 52 39
Octal 272 67 353 25 115 0 10 434 122 71
Binary 10111010 110111 11101011 10101 1001101 0 1000 100011100 1010010 111001

Color Harmonies of #BA37EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA37EB

Black with #BA37EB

Text Example


Text Example

White with #BA37EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA37EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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