Html Css Color HEX #B42390 Medium Red Violet

📋 copy color: '#B42390'

red 180 ◦ green 35 ◦ blue 144

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

Shades of Medium Red Violet #B42390

Tints of Medium Red Violet #B42390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.75%

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

R = 50.14%
G = 9.75%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B42390 (or 0xB42390) is known color: Medium Red Violet. HEX triplet: B4, 23 and 90. RGB value is (180,35,144). Sum of RGB (Red+Green+Blue) = 180+35+144=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B42390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42390 is #4BDC6F. Grayscale: #5A5A5A. Windows color (decimal): -4971632 or 9446324. OLE color: 9446324.

HSL color Cylindrical-coordinate representation of color #B42390: hue angle of 314.9º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42390 is Cyan = 0, Magento = 0.81, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 35 144 -
CMYK 0 0.81 0.2 0.29
HSL 314.9º 0.67% 0.42% -
HSV(B) 314.9º 0.81% 0.71% -
XYZ 24.46 12.92 27.59 -
YUV 90.78 158.04 191.64 -
System Red Green Blue C M Y K H S L
Decimal 180 35 144 0 0.81 0.2 0.29 314.9 0.67 0.42
Hex B4 23 90 0 51 14 1D 13B 43 2A
Octal 264 43 220 0 121 24 35 473 103 52
Binary 10110100 100011 10010000 0 1010001 10100 11101 100111011 1000011 101010

Color Harmonies of #B42390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42390

Black with #B42390

Text Example


Text Example

White with #B42390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42390; }

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

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

background-color css

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

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

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

border-color css

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

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

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