Html Css Color HEX #B42995 Medium Red Violet

📋 copy color: '#B42995'

red 180 ◦ green 41 ◦ blue 149

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

Shades of Medium Red Violet #B42995

Tints of Medium Red Violet #B42995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.27%

R = 48.65%
G = 11.08%
B = 40.27%

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

#B42995 (or 0xB42995) is known color: Medium Red Violet. HEX triplet: B4, 29 and 95. RGB value is (180,41,149). Sum of RGB (Red+Green+Blue) = 180+41+149=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B42995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42995 is #4BD66A. Grayscale: #5E5E5E. Windows color (decimal): -4970091 or 9775540. OLE color: 9775540.

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

Color convert

RGB 180 41 149 -
CMYK 0 0.77 0.17 0.29
HSL 313.38º 0.63% 0.43% -
HSV(B) 313.38º 0.77% 0.71% -
XYZ 25.04 13.46 29.71 -
YUV 94.87 158.55 188.72 -
System Red Green Blue C M Y K H S L
Decimal 180 41 149 0 0.77 0.17 0.29 313.38 0.63 0.43
Hex B4 29 95 0 4D 11 1D 139 3F 2B
Octal 264 51 225 0 115 21 35 471 77 53
Binary 10110100 101001 10010101 0 1001101 10001 11101 100111001 111111 101011

Color Harmonies of #B42995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42995

Black with #B42995

Text Example


Text Example

White with #B42995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42995; }

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

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

background-color css

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

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

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

border-color css

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

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

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