Html Css Color HEX #B61592 Medium Violet Red

📋 copy color: '#B61592'

red 182 ◦ green 21 ◦ blue 146

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

Shades of Medium Violet Red #B61592

Tints of Medium Violet Red #B61592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.02%

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

R = 52.15%
G = 6.02%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B61592 (or 0xB61592) is known color: Medium Violet Red. HEX triplet: B6, 15 and 92. RGB value is (182,21,146). Sum of RGB (Red+Green+Blue) = 182+21+146=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B61592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61592 is #49EA6D. Grayscale: #535353. Windows color (decimal): -4844142 or 9573814. OLE color: 9573814.

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

Color convert

RGB 182 21 146 -
CMYK 0 0.88 0.20 0.29
HSL 313.42º 0.79% 0.4% -
HSV(B) 313.42º 0.88% 0.71% -
XYZ 24.75 12.56 28.31 -
YUV 83.39 163.34 198.34 -
System Red Green Blue C M Y K H S L
Decimal 182 21 146 0 0.88 0.20 0.29 313.42 0.79 0.4
Hex B6 15 92 0 58 14 1D 139 4F 28
Octal 266 25 222 0 130 24 35 471 117 50
Binary 10110110 10101 10010010 0 1011000 10100 11101 100111001 1001111 101000

Color Harmonies of #B61592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61592

Black with #B61592

Text Example


Text Example

White with #B61592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61592; }

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

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

background-color css

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

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

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

border-color css

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

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

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