Html Css Color HEX #B61891 Medium Violet Red

📋 copy color: '#B61891'

red 182 ◦ green 24 ◦ blue 145

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

Shades of Medium Violet Red #B61891

Tints of Medium Violet Red #B61891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.84%

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

R = 51.85%
G = 6.84%
B = 41.31%

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

#B61891 (or 0xB61891) is known color: Medium Violet Red. HEX triplet: B6, 18 and 91. RGB value is (182,24,145). Sum of RGB (Red+Green+Blue) = 182+24+145=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B61891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61891 is #49E76E. Grayscale: #545454. Windows color (decimal): -4843375 or 9509046. OLE color: 9509046.

HSL color Cylindrical-coordinate representation of color #B61891: hue angle of 314.05º degrees, saturation: 0.77, 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 #B61891 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 24 145 -
CMYK 0 0.87 0.20 0.29
HSL 314.05º 0.77% 0.4% -
HSV(B) 314.05º 0.87% 0.71% -
XYZ 24.73 12.64 27.92 -
YUV 85.04 161.85 197.16 -
System Red Green Blue C M Y K H S L
Decimal 182 24 145 0 0.87 0.20 0.29 314.05 0.77 0.4
Hex B6 18 91 0 57 14 1D 13A 4D 28
Octal 266 30 221 0 127 24 35 472 115 50
Binary 10110110 11000 10010001 0 1010111 10100 11101 100111010 1001101 101000

Color Harmonies of #B61891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61891

Black with #B61891

Text Example


Text Example

White with #B61891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61891; }

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

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

background-color css

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

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

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

border-color css

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

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

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