Html Css Color HEX #BA37DD Medium Orchid

📋 copy color: '#BA37DD'

red 186 ◦ green 55 ◦ blue 221

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

Shades of Medium Orchid #BA37DD

Tints of Medium Orchid #BA37DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.84%

R = 40.26%
G = 11.9%
B = 47.84%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA37DD (or 0xBA37DD) is known color: Medium Orchid. HEX triplet: BA, 37 and DD. RGB value is (186,55,221). Sum of RGB (Red+Green+Blue) = 186+55+221=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 55 (21.88% from 255 or 11.90% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA37DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA37DD is #45C822. Grayscale: #707070. Windows color (decimal): -4573219 or 14497722. OLE color: 14497722.

HSL color Cylindrical-coordinate representation of color #BA37DD: hue angle of 287.35º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA37DD is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 55 221 -
CMYK 0.16 0.75 0 0.13
HSL 287.35º 0.71% 0.54% -
HSV(B) 287.35º 0.75% 0.87% -
XYZ 34.67 18.39 70.13 -
YUV 113.09 188.9 180 -
System Red Green Blue C M Y K H S L
Decimal 186 55 221 0.16 0.75 0 0.13 287.35 0.71 0.54
Hex BA 37 DD 10 4B 0 D 11F 47 36
Octal 272 67 335 20 113 0 15 437 107 66
Binary 10111010 110111 11011101 10000 1001011 0 1101 100011111 1000111 110110

Color Harmonies of #BA37DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA37DD

Black with #BA37DD

Text Example


Text Example

White with #BA37DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA37DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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