Html Css Color HEX #B61791 Medium Violet Red

📋 copy color: '#B61791'

red 182 ◦ green 23 ◦ blue 145

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

Shades of Medium Violet Red #B61791

Tints of Medium Violet Red #B61791

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.57%

 BLUE value IS 145 (57.03% from 255) = 41.43%

R = 52%
G = 6.57%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B61791 (or 0xB61791) is known color: Medium Violet Red. HEX triplet: B6, 17 and 91. RGB value is (182,23,145). Sum of RGB (Red+Green+Blue) = 182+23+145=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B61791 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61791 is #49E86E. Grayscale: #545454. Windows color (decimal): -4843631 or 9508790. OLE color: 9508790.

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

Color convert

RGB 182 23 145 -
CMYK 0 0.87 0.20 0.29
HSL 313.96º 0.78% 0.4% -
HSV(B) 313.96º 0.87% 0.71% -
XYZ 24.71 12.6 27.92 -
YUV 84.45 162.18 197.58 -
System Red Green Blue C M Y K H S L
Decimal 182 23 145 0 0.87 0.20 0.29 313.96 0.78 0.4
Hex B6 17 91 0 57 14 1D 13A 4E 28
Octal 266 27 221 0 127 24 35 472 116 50
Binary 10110110 10111 10010001 0 1010111 10100 11101 100111010 1001110 101000

Color Harmonies of #B61791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61791

Black with #B61791

Text Example


Text Example

White with #B61791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61791; }

 p { color: rgb(182,23,145); }

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

background-color css

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

 a { background-color: rgb(182,23,145); }

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

border-color css

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

 span { border-color: rgb(182,23,145); }

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