Html Css Color HEX #B40290 Medium Violet Red

📋 copy color: '#B40290'

red 180 ◦ green 2 ◦ blue 144

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

Shades of Medium Violet Red #B40290

Tints of Medium Violet Red #B40290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.17%

R = 55.21%
G = 0.61%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B40290 (or 0xB40290) is known color: Medium Violet Red. HEX triplet: B4, 02 and 90. RGB value is (180,2,144). Sum of RGB (Red+Green+Blue) = 180+2+144=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B40290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40290 is #4BFD6F. Grayscale: #474747. Windows color (decimal): -4980080 or 9437876. OLE color: 9437876.

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

Color convert

RGB 180 2 144 -
CMYK 0 0.99 0.2 0.29
HSL 312.13º 0.98% 0.36% -
HSV(B) 312.13º 0.99% 0.71% -
XYZ 23.88 11.76 27.4 -
YUV 71.41 168.97 205.45 -
System Red Green Blue C M Y K H S L
Decimal 180 2 144 0 0.99 0.2 0.29 312.13 0.98 0.36
Hex B4 2 90 0 63 14 1D 138 62 24
Octal 264 2 220 0 143 24 35 470 142 44
Binary 10110100 10 10010000 0 1100011 10100 11101 100111000 1100010 100100

Color Harmonies of #B40290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40290

Black with #B40290

Text Example


Text Example

White with #B40290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40290; }

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

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

background-color css

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

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

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

border-color css

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

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

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