Html Css Color HEX #B40291 Medium Violet Red

📋 copy color: '#B40291'

red 180 ◦ green 2 ◦ blue 145

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

Shades of Medium Violet Red #B40291

Tints of Medium Violet Red #B40291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.34%

R = 55.05%
G = 0.61%
B = 44.34%

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

#B40291 (or 0xB40291) is known color: Medium Violet Red. HEX triplet: B4, 02 and 91. RGB value is (180,2,145). Sum of RGB (Red+Green+Blue) = 180+2+145=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B40291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40291 is #4BFD6E. Grayscale: #474747. Windows color (decimal): -4980079 or 9503412. OLE color: 9503412.

HSL color Cylindrical-coordinate representation of color #B40291: hue angle of 311.8º 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 #B40291 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 2 145 -
CMYK 0 0.99 0.19 0.29
HSL 311.8º 0.98% 0.36% -
HSV(B) 311.8º 0.99% 0.71% -
XYZ 23.95 11.79 27.8 -
YUV 71.52 169.47 205.37 -
System Red Green Blue C M Y K H S L
Decimal 180 2 145 0 0.99 0.19 0.29 311.8 0.98 0.36
Hex B4 2 91 0 63 13 1D 138 62 24
Octal 264 2 221 0 143 23 35 470 142 44
Binary 10110100 10 10010001 0 1100011 10011 11101 100111000 1100010 100100

Color Harmonies of #B40291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40291

Black with #B40291

Text Example


Text Example

White with #B40291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40291; }

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

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

background-color css

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

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

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

border-color css

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

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

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