Html Css Color HEX #B42874 Medium Red Violet

📋 copy color: '#B42874'

red 180 ◦ green 40 ◦ blue 116

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

Shades of Medium Red Violet #B42874

Tints of Medium Red Violet #B42874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.9%

 BLUE value IS 116 (45.7% from 255) = 34.52%

R = 53.57%
G = 11.9%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B42874 (or 0xB42874) is known color: Medium Red Violet. HEX triplet: B4, 28 and 74. RGB value is (180,40,116). Sum of RGB (Red+Green+Blue) = 180+40+116=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B42874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42874 is #4BD78B. Grayscale: #5A5A5A. Windows color (decimal): -4970380 or 7612596. OLE color: 7612596.

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

Color convert

RGB 180 40 116 -
CMYK 0 0.78 0.36 0.29
HSL 327.43º 0.64% 0.43% -
HSV(B) 327.43º 0.78% 0.71% -
XYZ 22.73 12.48 17.73 -
YUV 90.52 142.38 191.82 -
System Red Green Blue C M Y K H S L
Decimal 180 40 116 0 0.78 0.36 0.29 327.43 0.64 0.43
Hex B4 28 74 0 4E 24 1D 147 40 2B
Octal 264 50 164 0 116 44 35 507 100 53
Binary 10110100 101000 1110100 0 1001110 100100 11101 101000111 1000000 101011

Color Harmonies of #B42874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42874

Black with #B42874

Text Example


Text Example

White with #B42874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42874; }

 p { color: rgb(180,40,116); }

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

background-color css

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

 a { background-color: rgb(180,40,116); }

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

border-color css

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

 span { border-color: rgb(180,40,116); }

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