Html Css Color HEX #BA37CE Medium Orchid

📋 copy color: '#BA37CE'

red 186 ◦ green 55 ◦ blue 206

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

Shades of Medium Orchid #BA37CE

Tints of Medium Orchid #BA37CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 41.61%
G = 12.3%
B = 46.09%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA37CE (or 0xBA37CE) is known color: Medium Orchid. HEX triplet: BA, 37 and CE. RGB value is (186,55,206). Sum of RGB (Red+Green+Blue) = 186+55+206=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA37CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA37CE is #45C831. Grayscale: #6E6E6E. Windows color (decimal): -4573234 or 13514682. OLE color: 13514682.

HSL color Cylindrical-coordinate representation of color #BA37CE: hue angle of 292.05º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA37CE is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 55 206 -
CMYK 0.10 0.73 0 0.19
HSL 292.05º 0.61% 0.51% -
HSV(B) 292.05º 0.73% 0.81% -
XYZ 32.76 17.63 60.07 -
YUV 111.38 181.4 181.22 -
System Red Green Blue C M Y K H S L
Decimal 186 55 206 0.10 0.73 0 0.19 292.05 0.61 0.51
Hex BA 37 CE A 49 0 13 124 3D 33
Octal 272 67 316 12 111 0 23 444 75 63
Binary 10111010 110111 11001110 1010 1001001 0 10011 100100100 111101 110011

Color Harmonies of #BA37CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA37CE

Black with #BA37CE

Text Example


Text Example

White with #BA37CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA37CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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