Html Css Color HEX #B42999 Medium Red Violet

📋 copy color: '#B42999'

red 180 ◦ green 41 ◦ blue 153

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

Shades of Medium Red Violet #B42999

Tints of Medium Red Violet #B42999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.91%

R = 48.13%
G = 10.96%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B42999 (or 0xB42999) is known color: Medium Red Violet. HEX triplet: B4, 29 and 99. RGB value is (180,41,153). Sum of RGB (Red+Green+Blue) = 180+41+153=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B42999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42999 is #4BD666. Grayscale: #5F5F5F. Windows color (decimal): -4970087 or 10037684. OLE color: 10037684.

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

Color convert

RGB 180 41 153 -
CMYK 0 0.77 0.15 0.29
HSL 311.65º 0.63% 0.43% -
HSV(B) 311.65º 0.77% 0.71% -
XYZ 25.37 13.59 31.42 -
YUV 95.33 160.55 188.39 -
System Red Green Blue C M Y K H S L
Decimal 180 41 153 0 0.77 0.15 0.29 311.65 0.63 0.43
Hex B4 29 99 0 4D F 1D 138 3F 2B
Octal 264 51 231 0 115 17 35 470 77 53
Binary 10110100 101001 10011001 0 1001101 1111 11101 100111000 111111 101011

Color Harmonies of #B42999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42999

Black with #B42999

Text Example


Text Example

White with #B42999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42999; }

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

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

background-color css

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

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

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

border-color css

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

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

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