Html Css Color HEX #BA37F0 Medium Orchid

📋 copy color: '#BA37F0'

red 186 ◦ green 55 ◦ blue 240

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

Shades of Medium Orchid #BA37F0

Tints of Medium Orchid #BA37F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.9%

R = 38.67%
G = 11.43%
B = 49.9%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA37F0 (or 0xBA37F0) is known color: Medium Orchid. HEX triplet: BA, 37 and F0. RGB value is (186,55,240). Sum of RGB (Red+Green+Blue) = 186+55+240=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 55 (21.88% from 255 or 11.43% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA37F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA37F0 is #45C80F. Grayscale: #727272. Windows color (decimal): -4573200 or 15742906. OLE color: 15742906.

HSL color Cylindrical-coordinate representation of color #BA37F0: hue angle of 282.49º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA37F0 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 55 240 -
CMYK 0.22 0.77 0 0.06
HSL 282.49º 0.86% 0.58% -
HSV(B) 282.49º 0.77% 0.94% -
XYZ 37.34 19.46 84.23 -
YUV 115.26 198.4 178.46 -
System Red Green Blue C M Y K H S L
Decimal 186 55 240 0.22 0.77 0 0.06 282.49 0.86 0.58
Hex BA 37 F0 16 4D 0 6 11A 56 3A
Octal 272 67 360 26 115 0 6 432 126 72
Binary 10111010 110111 11110000 10110 1001101 0 110 100011010 1010110 111010

Color Harmonies of #BA37F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA37F0

Black with #BA37F0

Text Example


Text Example

White with #BA37F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA37F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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