Html Css Color HEX #B42672 Medium Red Violet

📋 copy color: '#B42672'

red 180 ◦ green 38 ◦ blue 114

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

Shades of Medium Red Violet #B42672

Tints of Medium Red Violet #B42672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.45%

 BLUE value IS 114 (44.92% from 255) = 34.34%

R = 54.22%
G = 11.45%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B42672 (or 0xB42672) is known color: Medium Red Violet. HEX triplet: B4, 26 and 72. RGB value is (180,38,114). Sum of RGB (Red+Green+Blue) = 180+38+114=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B42672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42672 is #4BD98D. Grayscale: #585858. Windows color (decimal): -4970894 or 7481012. OLE color: 7481012.

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

Color convert

RGB 180 38 114 -
CMYK 0 0.79 0.37 0.29
HSL 327.89º 0.65% 0.43% -
HSV(B) 327.89º 0.79% 0.71% -
XYZ 22.55 12.3 17.11 -
YUV 89.12 142.04 192.82 -
System Red Green Blue C M Y K H S L
Decimal 180 38 114 0 0.79 0.37 0.29 327.89 0.65 0.43
Hex B4 26 72 0 4F 25 1D 148 41 2B
Octal 264 46 162 0 117 45 35 510 101 53
Binary 10110100 100110 1110010 0 1001111 100101 11101 101001000 1000001 101011

Color Harmonies of #B42672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42672

Black with #B42672

Text Example


Text Example

White with #B42672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42672; }

 p { color: rgb(180,38,114); }

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

background-color css

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

 a { background-color: rgb(180,38,114); }

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

border-color css

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

 span { border-color: rgb(180,38,114); }

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