Html Css Color HEX #B42975 Medium Red Violet

📋 copy color: '#B42975'

red 180 ◦ green 41 ◦ blue 117

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

Shades of Medium Red Violet #B42975

Tints of Medium Red Violet #B42975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.62%

R = 53.25%
G = 12.13%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B42975 (or 0xB42975) is known color: Medium Red Violet. HEX triplet: B4, 29 and 75. RGB value is (180,41,117). Sum of RGB (Red+Green+Blue) = 180+41+117=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B42975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42975 is #4BD68A. Grayscale: #5B5B5B. Windows color (decimal): -4970123 or 7678388. OLE color: 7678388.

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

Color convert

RGB 180 41 117 -
CMYK 0 0.77 0.35 0.29
HSL 327.19º 0.63% 0.43% -
HSV(B) 327.19º 0.77% 0.71% -
XYZ 22.83 12.57 18.05 -
YUV 91.23 142.55 191.32 -
System Red Green Blue C M Y K H S L
Decimal 180 41 117 0 0.77 0.35 0.29 327.19 0.63 0.43
Hex B4 29 75 0 4D 23 1D 147 3F 2B
Octal 264 51 165 0 115 43 35 507 77 53
Binary 10110100 101001 1110101 0 1001101 100011 11101 101000111 111111 101011

Color Harmonies of #B42975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42975

Black with #B42975

Text Example


Text Example

White with #B42975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42975; }

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

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

background-color css

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

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

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

border-color css

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

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

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