Html Css Color HEX #B61992 Medium Violet Red

📋 copy color: '#B61992'

red 182 ◦ green 25 ◦ blue 146

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

Shades of Medium Violet Red #B61992

Tints of Medium Violet Red #B61992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.08%

 BLUE value IS 146 (57.42% from 255) = 41.36%

R = 51.56%
G = 7.08%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B61992 (or 0xB61992) is known color: Medium Violet Red. HEX triplet: B6, 19 and 92. RGB value is (182,25,146). Sum of RGB (Red+Green+Blue) = 182+25+146=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B61992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61992 is #49E66D. Grayscale: #555555. Windows color (decimal): -4843118 or 9574838. OLE color: 9574838.

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

Color convert

RGB 182 25 146 -
CMYK 0 0.86 0.20 0.29
HSL 313.76º 0.76% 0.41% -
HSV(B) 313.76º 0.86% 0.71% -
XYZ 24.83 12.72 28.34 -
YUV 85.74 162.01 196.66 -
System Red Green Blue C M Y K H S L
Decimal 182 25 146 0 0.86 0.20 0.29 313.76 0.76 0.41
Hex B6 19 92 0 56 14 1D 13A 4C 29
Octal 266 31 222 0 126 24 35 472 114 51
Binary 10110110 11001 10010010 0 1010110 10100 11101 100111010 1001100 101001

Color Harmonies of #B61992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61992

Black with #B61992

Text Example


Text Example

White with #B61992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61992; }

 p { color: rgb(182,25,146); }

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

background-color css

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

 a { background-color: rgb(182,25,146); }

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

border-color css

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

 span { border-color: rgb(182,25,146); }

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