Html Css Color HEX #B61192 Medium Violet Red

📋 copy color: '#B61192'

red 182 ◦ green 17 ◦ blue 146

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

Shades of Medium Violet Red #B61192

Tints of Medium Violet Red #B61192

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.93%

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

R = 52.75%
G = 4.93%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B61192 (or 0xB61192) is known color: Medium Violet Red. HEX triplet: B6, 11 and 92. RGB value is (182,17,146). Sum of RGB (Red+Green+Blue) = 182+17+146=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B61192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61192 is #49EE6D. Grayscale: #505050. Windows color (decimal): -4845166 or 9572790. OLE color: 9572790.

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

Color convert

RGB 182 17 146 -
CMYK 0 0.91 0.20 0.29
HSL 313.09º 0.83% 0.39% -
HSV(B) 313.09º 0.91% 0.71% -
XYZ 24.68 12.42 28.29 -
YUV 81.04 164.66 200.01 -
System Red Green Blue C M Y K H S L
Decimal 182 17 146 0 0.91 0.20 0.29 313.09 0.83 0.39
Hex B6 11 92 0 5B 14 1D 139 53 27
Octal 266 21 222 0 133 24 35 471 123 47
Binary 10110110 10001 10010010 0 1011011 10100 11101 100111001 1010011 100111

Color Harmonies of #B61192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61192

Black with #B61192

Text Example


Text Example

White with #B61192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61192; }

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

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

background-color css

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

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

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

border-color css

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

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

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