Html Css Color HEX #B40592 Medium Violet Red

📋 copy color: '#B40592'

red 180 ◦ green 5 ◦ blue 146

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

Shades of Medium Violet Red #B40592

Tints of Medium Violet Red #B40592

RGB

 RED value IS 180 (70.7% from 255) = 54.38%

 GREEN value IS 5 (2.34% from 255) = 1.51%

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

R = 54.38%
G = 1.51%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B40592 (or 0xB40592) is known color: Medium Violet Red. HEX triplet: B4, 05 and 92. RGB value is (180,5,146). Sum of RGB (Red+Green+Blue) = 180+5+146=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B40592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40592 is #4BFA6D. Grayscale: #494949. Windows color (decimal): -4979310 or 9569716. OLE color: 9569716.

HSL color Cylindrical-coordinate representation of color #B40592: hue angle of 311.66º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B40592 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 5 146 -
CMYK 0 0.97 0.19 0.29
HSL 311.66º 0.95% 0.36% -
HSV(B) 311.66º 0.97% 0.71% -
XYZ 24.06 11.89 28.22 -
YUV 73.4 168.98 204.04 -
System Red Green Blue C M Y K H S L
Decimal 180 5 146 0 0.97 0.19 0.29 311.66 0.95 0.36
Hex B4 5 92 0 61 13 1D 138 5F 24
Octal 264 5 222 0 141 23 35 470 137 44
Binary 10110100 101 10010010 0 1100001 10011 11101 100111000 1011111 100100

Color Harmonies of #B40592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40592

Black with #B40592

Text Example


Text Example

White with #B40592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40592; }

 p { color: rgb(180,5,146); }

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

background-color css

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

 a { background-color: rgb(180,5,146); }

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

border-color css

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

 span { border-color: rgb(180,5,146); }

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