Html Css Color HEX #B42396 Medium Red Violet

📋 copy color: '#B42396'

red 180 ◦ green 35 ◦ blue 150

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

Shades of Medium Red Violet #B42396

Tints of Medium Red Violet #B42396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.1%

R = 49.32%
G = 9.59%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B42396 (or 0xB42396) is known color: Medium Red Violet. HEX triplet: B4, 23 and 96. RGB value is (180,35,150). Sum of RGB (Red+Green+Blue) = 180+35+150=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B42396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42396 is #4BDC69. Grayscale: #5B5B5B. Windows color (decimal): -4971626 or 9839540. OLE color: 9839540.

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

Color convert

RGB 180 35 150 -
CMYK 0 0.81 0.17 0.29
HSL 312.41º 0.67% 0.42% -
HSV(B) 312.41º 0.81% 0.71% -
XYZ 24.93 13.11 30.07 -
YUV 91.47 161.04 191.15 -
System Red Green Blue C M Y K H S L
Decimal 180 35 150 0 0.81 0.17 0.29 312.41 0.67 0.42
Hex B4 23 96 0 51 11 1D 138 43 2A
Octal 264 43 226 0 121 21 35 470 103 52
Binary 10110100 100011 10010110 0 1010001 10001 11101 100111000 1000011 101010

Color Harmonies of #B42396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42396

Black with #B42396

Text Example


Text Example

White with #B42396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42396; }

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

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

background-color css

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

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

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

border-color css

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

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

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