Html Css Color HEX #BA37CF Medium Orchid

📋 copy color: '#BA37CF'

red 186 ◦ green 55 ◦ blue 207

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

Shades of Medium Orchid #BA37CF

Tints of Medium Orchid #BA37CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.21%

R = 41.52%
G = 12.28%
B = 46.21%

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

#BA37CF (or 0xBA37CF) is known color: Medium Orchid. HEX triplet: BA, 37 and CF. RGB value is (186,55,207). Sum of RGB (Red+Green+Blue) = 186+55+207=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA37CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA37CF is #45C830. Grayscale: #6F6F6F. Windows color (decimal): -4573233 or 13580218. OLE color: 13580218.

HSL color Cylindrical-coordinate representation of color #BA37CF: hue angle of 291.71º 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 #BA37CF is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 55 207 -
CMYK 0.10 0.73 0 0.19
HSL 291.71º 0.61% 0.51% -
HSV(B) 291.71º 0.73% 0.81% -
XYZ 32.88 17.68 60.71 -
YUV 111.5 181.9 181.14 -
System Red Green Blue C M Y K H S L
Decimal 186 55 207 0.10 0.73 0 0.19 291.71 0.61 0.51
Hex BA 37 CF A 49 0 13 124 3D 33
Octal 272 67 317 12 111 0 23 444 75 63
Binary 10111010 110111 11001111 1010 1001001 0 10011 100100100 111101 110011

Color Harmonies of #BA37CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA37CF

Black with #BA37CF

Text Example


Text Example

White with #BA37CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA37CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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