Html Css Color HEX #B61472 Medium Violet Red

📋 copy color: '#B61472'

red 182 ◦ green 20 ◦ blue 114

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

Shades of Medium Violet Red #B61472

Tints of Medium Violet Red #B61472

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.33%

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

R = 57.59%
G = 6.33%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B61472 (or 0xB61472) is known color: Medium Violet Red. HEX triplet: B6, 14 and 72. RGB value is (182,20,114). Sum of RGB (Red+Green+Blue) = 182+20+114=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B61472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61472 is #49EB8D. Grayscale: #4E4E4E. Windows color (decimal): -4844430 or 7476406. OLE color: 7476406.

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

Color convert

RGB 182 20 114 -
CMYK 0 0.89 0.37 0.29
HSL 325.19º 0.8% 0.4% -
HSV(B) 325.19º 0.89% 0.71% -
XYZ 22.58 11.66 16.98 -
YUV 79.15 147.67 201.36 -
System Red Green Blue C M Y K H S L
Decimal 182 20 114 0 0.89 0.37 0.29 325.19 0.8 0.4
Hex B6 14 72 0 59 25 1D 145 50 28
Octal 266 24 162 0 131 45 35 505 120 50
Binary 10110110 10100 1110010 0 1011001 100101 11101 101000101 1010000 101000

Color Harmonies of #B61472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61472

Black with #B61472

Text Example


Text Example

White with #B61472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61472; }

 p { color: rgb(182,20,114); }

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

background-color css

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

 a { background-color: rgb(182,20,114); }

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

border-color css

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

 span { border-color: rgb(182,20,114); }

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