Html Css Color HEX #BA0885 Medium Violet Red

📋 copy color: '#BA0885'

red 186 ◦ green 8 ◦ blue 133

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

Shades of Medium Violet Red #BA0885

Tints of Medium Violet Red #BA0885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.45%

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

R = 56.88%
G = 2.45%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA0885 (or 0xBA0885) is known color: Medium Violet Red. HEX triplet: BA, 08 and 85. RGB value is (186,8,133). Sum of RGB (Red+Green+Blue) = 186+8+133=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0885 is #45F77A. Grayscale: #4B4B4B. Windows color (decimal): -4585339 or 8718522. OLE color: 8718522.

HSL color Cylindrical-coordinate representation of color #BA0885: hue angle of 317.87º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0885 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 8 133 -
CMYK 0 0.96 0.28 0.27
HSL 317.87º 0.92% 0.38% -
HSV(B) 317.87º 0.96% 0.73% -
XYZ 24.57 12.31 23.27 -
YUV 75.47 160.47 206.84 -
System Red Green Blue C M Y K H S L
Decimal 186 8 133 0 0.96 0.28 0.27 317.87 0.92 0.38
Hex BA 8 85 0 60 1C 1B 13E 5C 26
Octal 272 10 205 0 140 34 33 476 134 46
Binary 10111010 1000 10000101 0 1100000 11100 11011 100111110 1011100 100110

Color Harmonies of #BA0885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0885

Black with #BA0885

Text Example


Text Example

White with #BA0885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0885; }

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

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

background-color css

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

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

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

border-color css

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

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

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