Html Css Color HEX #BA37D8 Medium Orchid

📋 copy color: '#BA37D8'

red 186 ◦ green 55 ◦ blue 216

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

Shades of Medium Orchid #BA37D8

Tints of Medium Orchid #BA37D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.26%

R = 40.7%
G = 12.04%
B = 47.26%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA37D8 (or 0xBA37D8) is known color: Medium Orchid. HEX triplet: BA, 37 and D8. RGB value is (186,55,216). Sum of RGB (Red+Green+Blue) = 186+55+216=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 55 (21.88% from 255 or 12.04% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA37D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA37D8 is #45C827. Grayscale: #707070. Windows color (decimal): -4573224 or 14170042. OLE color: 14170042.

HSL color Cylindrical-coordinate representation of color #BA37D8: hue angle of 288.82º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA37D8 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 55 216 -
CMYK 0.14 0.75 0 0.15
HSL 288.82º 0.67% 0.53% -
HSV(B) 288.82º 0.75% 0.85% -
XYZ 34.01 18.13 66.67 -
YUV 112.52 186.4 180.41 -
System Red Green Blue C M Y K H S L
Decimal 186 55 216 0.14 0.75 0 0.15 288.82 0.67 0.53
Hex BA 37 D8 E 4B 0 F 121 43 35
Octal 272 67 330 16 113 0 17 441 103 65
Binary 10111010 110111 11011000 1110 1001011 0 1111 100100001 1000011 110101

Color Harmonies of #BA37D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA37D8

Black with #BA37D8

Text Example


Text Example

White with #BA37D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA37D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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