Html Css Color HEX #B42779 Medium Red Violet

📋 copy color: '#B42779'

red 180 ◦ green 39 ◦ blue 121

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

Shades of Medium Red Violet #B42779

Tints of Medium Red Violet #B42779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.59%

R = 52.94%
G = 11.47%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B42779 (or 0xB42779) is known color: Medium Red Violet. HEX triplet: B4, 27 and 79. RGB value is (180,39,121). Sum of RGB (Red+Green+Blue) = 180+39+121=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B42779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42779 is #4BD886. Grayscale: #5A5A5A. Windows color (decimal): -4970631 or 7940020. OLE color: 7940020.

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

Color convert

RGB 180 39 121 -
CMYK 0 0.78 0.33 0.29
HSL 325.11º 0.64% 0.43% -
HSV(B) 325.11º 0.78% 0.71% -
XYZ 23 12.53 19.3 -
YUV 90.51 145.21 191.83 -
System Red Green Blue C M Y K H S L
Decimal 180 39 121 0 0.78 0.33 0.29 325.11 0.64 0.43
Hex B4 27 79 0 4E 21 1D 145 40 2B
Octal 264 47 171 0 116 41 35 505 100 53
Binary 10110100 100111 1111001 0 1001110 100001 11101 101000101 1000000 101011

Color Harmonies of #B42779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42779

Black with #B42779

Text Example


Text Example

White with #B42779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42779; }

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

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

background-color css

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

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

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

border-color css

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

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

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