Html Css Color HEX #B42777 Medium Red Violet

📋 copy color: '#B42777'

red 180 ◦ green 39 ◦ blue 119

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

Shades of Medium Red Violet #B42777

Tints of Medium Red Violet #B42777

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.54%

 BLUE value IS 119 (46.88% from 255) = 35.21%

R = 53.25%
G = 11.54%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B42777 (or 0xB42777) is known color: Medium Red Violet. HEX triplet: B4, 27 and 77. RGB value is (180,39,119). Sum of RGB (Red+Green+Blue) = 180+39+119=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B42777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42777 is #4BD888. Grayscale: #5A5A5A. Windows color (decimal): -4970633 or 7808948. OLE color: 7808948.

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

Color convert

RGB 180 39 119 -
CMYK 0 0.78 0.34 0.29
HSL 325.96º 0.64% 0.43% -
HSV(B) 325.96º 0.78% 0.71% -
XYZ 22.88 12.49 18.66 -
YUV 90.28 144.21 192 -
System Red Green Blue C M Y K H S L
Decimal 180 39 119 0 0.78 0.34 0.29 325.96 0.64 0.43
Hex B4 27 77 0 4E 22 1D 146 40 2B
Octal 264 47 167 0 116 42 35 506 100 53
Binary 10110100 100111 1110111 0 1001110 100010 11101 101000110 1000000 101011

Color Harmonies of #B42777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42777

Black with #B42777

Text Example


Text Example

White with #B42777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42777; }

 p { color: rgb(180,39,119); }

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

background-color css

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

 a { background-color: rgb(180,39,119); }

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

border-color css

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

 span { border-color: rgb(180,39,119); }

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