Html Css Color HEX #BA0183 Medium Violet Red

📋 copy color: '#BA0183'

red 186 ◦ green 1 ◦ blue 131

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

Shades of Medium Violet Red #BA0183

Tints of Medium Violet Red #BA0183

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 131 (51.56% from 255) = 41.19%

R = 58.49%
G = 0.31%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA0183 (or 0xBA0183) is known color: Medium Violet Red. HEX triplet: BA, 01 and 83. RGB value is (186,1,131). Sum of RGB (Red+Green+Blue) = 186+1+131=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0183 is #45FE7C. Grayscale: #464646. Windows color (decimal): -4587133 or 8585658. OLE color: 8585658.

HSL color Cylindrical-coordinate representation of color #BA0183: hue angle of 317.84º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0183 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 1 131 -
CMYK 0 0.99 0.30 0.27
HSL 317.84º 0.99% 0.37% -
HSV(B) 317.84º 0.99% 0.73% -
XYZ 24.36 12.1 22.52 -
YUV 71.14 161.79 209.93 -
System Red Green Blue C M Y K H S L
Decimal 186 1 131 0 0.99 0.30 0.27 317.84 0.99 0.37
Hex BA 1 83 0 63 1E 1B 13E 63 25
Octal 272 1 203 0 143 36 33 476 143 45
Binary 10111010 1 10000011 0 1100011 11110 11011 100111110 1100011 100101

Color Harmonies of #BA0183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0183

Black with #BA0183

Text Example


Text Example

White with #BA0183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0183; }

 p { color: rgb(186,1,131); }

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

background-color css

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

 a { background-color: rgb(186,1,131); }

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

border-color css

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

 span { border-color: rgb(186,1,131); }

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