Html Css Color HEX #B61573 Medium Violet Red

📋 copy color: '#B61573'

red 182 ◦ green 21 ◦ blue 115

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

Shades of Medium Violet Red #B61573

Tints of Medium Violet Red #B61573

RGB

 RED value IS 182 (71.48% from 255) = 57.23%

 GREEN value IS 21 (8.59% from 255) = 6.6%

 BLUE value IS 115 (45.31% from 255) = 36.16%

R = 57.23%
G = 6.6%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B61573 (or 0xB61573) is known color: Medium Violet Red. HEX triplet: B6, 15 and 73. RGB value is (182,21,115). Sum of RGB (Red+Green+Blue) = 182+21+115=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B61573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61573 is #49EA8C. Grayscale: #4F4F4F. Windows color (decimal): -4844173 or 7542198. OLE color: 7542198.

HSL color Cylindrical-coordinate representation of color #B61573: hue angle of 324.97º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B61573 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 21 115 -
CMYK 0 0.88 0.37 0.29
HSL 324.97º 0.79% 0.4% -
HSV(B) 324.97º 0.88% 0.71% -
XYZ 22.65 11.72 17.29 -
YUV 79.86 147.84 200.86 -
System Red Green Blue C M Y K H S L
Decimal 182 21 115 0 0.88 0.37 0.29 324.97 0.79 0.4
Hex B6 15 73 0 58 25 1D 145 4F 28
Octal 266 25 163 0 130 45 35 505 117 50
Binary 10110110 10101 1110011 0 1011000 100101 11101 101000101 1001111 101000

Color Harmonies of #B61573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61573

Black with #B61573

Text Example


Text Example

White with #B61573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61573; }

 p { color: rgb(182,21,115); }

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

background-color css

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

 a { background-color: rgb(182,21,115); }

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

border-color css

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

 span { border-color: rgb(182,21,115); }

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