Html Css Color HEX #B61391 Medium Violet Red

📋 copy color: '#B61391'

red 182 ◦ green 19 ◦ blue 145

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

Shades of Medium Violet Red #B61391

Tints of Medium Violet Red #B61391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.49%

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

R = 52.6%
G = 5.49%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B61391 (or 0xB61391) is known color: Medium Violet Red. HEX triplet: B6, 13 and 91. RGB value is (182,19,145). Sum of RGB (Red+Green+Blue) = 182+19+145=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B61391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61391 is #49EC6E. Grayscale: #515151. Windows color (decimal): -4844655 or 9507766. OLE color: 9507766.

HSL color Cylindrical-coordinate representation of color #B61391: hue angle of 313.62º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61391 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 19 145 -
CMYK 0 0.90 0.20 0.29
HSL 313.62º 0.81% 0.39% -
HSV(B) 313.62º 0.9% 0.71% -
XYZ 24.64 12.46 27.89 -
YUV 82.1 163.5 199.25 -
System Red Green Blue C M Y K H S L
Decimal 182 19 145 0 0.90 0.20 0.29 313.62 0.81 0.39
Hex B6 13 91 0 5A 14 1D 13A 51 27
Octal 266 23 221 0 132 24 35 472 121 47
Binary 10110110 10011 10010001 0 1011010 10100 11101 100111010 1010001 100111

Color Harmonies of #B61391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61391

Black with #B61391

Text Example


Text Example

White with #B61391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61391; }

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

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

background-color css

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

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

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

border-color css

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

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

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