Html Css Color HEX #B42996 Medium Red Violet

📋 copy color: '#B42996'

red 180 ◦ green 41 ◦ blue 150

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

Shades of Medium Red Violet #B42996

Tints of Medium Red Violet #B42996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.05%

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

R = 48.52%
G = 11.05%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B42996 (or 0xB42996) is known color: Medium Red Violet. HEX triplet: B4, 29 and 96. RGB value is (180,41,150). Sum of RGB (Red+Green+Blue) = 180+41+150=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B42996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42996 is #4BD669. Grayscale: #5E5E5E. Windows color (decimal): -4970090 or 9841076. OLE color: 9841076.

HSL color Cylindrical-coordinate representation of color #B42996: hue angle of 312.95º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42996 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 41 150 -
CMYK 0 0.77 0.17 0.29
HSL 312.95º 0.63% 0.43% -
HSV(B) 312.95º 0.77% 0.71% -
XYZ 25.12 13.49 30.13 -
YUV 94.99 159.05 188.64 -
System Red Green Blue C M Y K H S L
Decimal 180 41 150 0 0.77 0.17 0.29 312.95 0.63 0.43
Hex B4 29 96 0 4D 11 1D 139 3F 2B
Octal 264 51 226 0 115 21 35 471 77 53
Binary 10110100 101001 10010110 0 1001101 10001 11101 100111001 111111 101011

Color Harmonies of #B42996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42996

Black with #B42996

Text Example


Text Example

White with #B42996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42996; }

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

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

background-color css

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

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

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

border-color css

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

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

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