Html Css Color HEX #B40292 Medium Violet Red

📋 copy color: '#B40292'

red 180 ◦ green 2 ◦ blue 146

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

Shades of Medium Violet Red #B40292

Tints of Medium Violet Red #B40292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 54.88%
G = 0.61%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B40292 (or 0xB40292) is known color: Medium Violet Red. HEX triplet: B4, 02 and 92. RGB value is (180,2,146). Sum of RGB (Red+Green+Blue) = 180+2+146=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B40292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40292 is #4BFD6D. Grayscale: #474747. Windows color (decimal): -4980078 or 9568948. OLE color: 9568948.

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

Color convert

RGB 180 2 146 -
CMYK 0 0.99 0.19 0.29
HSL 311.46º 0.98% 0.36% -
HSV(B) 311.46º 0.99% 0.71% -
XYZ 24.03 11.82 28.21 -
YUV 71.64 169.97 205.29 -
System Red Green Blue C M Y K H S L
Decimal 180 2 146 0 0.99 0.19 0.29 311.46 0.98 0.36
Hex B4 2 92 0 63 13 1D 137 62 24
Octal 264 2 222 0 143 23 35 467 142 44
Binary 10110100 10 10010010 0 1100011 10011 11101 100110111 1100010 100100

Color Harmonies of #B40292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40292

Black with #B40292

Text Example


Text Example

White with #B40292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40292; }

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

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

background-color css

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

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

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

border-color css

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

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

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