Html Css Color HEX #BA0F72 Medium Violet Red

📋 copy color: '#BA0F72'

red 186 ◦ green 15 ◦ blue 114

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

Shades of Medium Violet Red #BA0F72

Tints of Medium Violet Red #BA0F72

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.76%

 BLUE value IS 114 (44.92% from 255) = 36.19%

R = 59.05%
G = 4.76%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA0F72 (or 0xBA0F72) is known color: Medium Violet Red. HEX triplet: BA, 0F and 72. RGB value is (186,15,114). Sum of RGB (Red+Green+Blue) = 186+15+114=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0F72 is #45F08D. Grayscale: #4D4D4D. Windows color (decimal): -4583566 or 7475130. OLE color: 7475130.

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

Color convert

RGB 186 15 114 -
CMYK 0 0.92 0.39 0.27
HSL 325.26º 0.85% 0.39% -
HSV(B) 325.26º 0.92% 0.73% -
XYZ 23.46 12 17 -
YUV 77.42 148.65 205.45 -
System Red Green Blue C M Y K H S L
Decimal 186 15 114 0 0.92 0.39 0.27 325.26 0.85 0.39
Hex BA F 72 0 5C 27 1B 145 55 27
Octal 272 17 162 0 134 47 33 505 125 47
Binary 10111010 1111 1110010 0 1011100 100111 11011 101000101 1010101 100111

Color Harmonies of #BA0F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0F72

Black with #BA0F72

Text Example


Text Example

White with #BA0F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0F72; }

 p { color: rgb(186,15,114); }

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

background-color css

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

 a { background-color: rgb(186,15,114); }

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

border-color css

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

 span { border-color: rgb(186,15,114); }

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