Html Css Color HEX #BA0285 Medium Violet Red

📋 copy color: '#BA0285'

red 186 ◦ green 2 ◦ blue 133

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

Shades of Medium Violet Red #BA0285

Tints of Medium Violet Red #BA0285

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 133 (52.34% from 255) = 41.43%

R = 57.94%
G = 0.62%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA0285 (or 0xBA0285) is known color: Medium Violet Red. HEX triplet: BA, 02 and 85. RGB value is (186,2,133). Sum of RGB (Red+Green+Blue) = 186+2+133=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0285 is #45FD7A. Grayscale: #474747. Windows color (decimal): -4586875 or 8716986. OLE color: 8716986.

HSL color Cylindrical-coordinate representation of color #BA0285: hue angle of 317.28º degrees, saturation: 0.98, 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 #BA0285 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 2 133 -
CMYK 0 0.99 0.28 0.27
HSL 317.28º 0.98% 0.37% -
HSV(B) 317.28º 0.99% 0.73% -
XYZ 24.51 12.18 23.25 -
YUV 71.95 162.46 209.35 -
System Red Green Blue C M Y K H S L
Decimal 186 2 133 0 0.99 0.28 0.27 317.28 0.98 0.37
Hex BA 2 85 0 63 1C 1B 13D 62 25
Octal 272 2 205 0 143 34 33 475 142 45
Binary 10111010 10 10000101 0 1100011 11100 11011 100111101 1100010 100101

Color Harmonies of #BA0285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0285

Black with #BA0285

Text Example


Text Example

White with #BA0285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0285; }

 p { color: rgb(186,2,133); }

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

background-color css

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

 a { background-color: rgb(186,2,133); }

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

border-color css

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

 span { border-color: rgb(186,2,133); }

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