Html Css Color HEX #B42770 Medium Red Violet

📋 copy color: '#B42770'

red 180 ◦ green 39 ◦ blue 112

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

Shades of Medium Red Violet #B42770

Tints of Medium Red Violet #B42770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.84%

R = 54.38%
G = 11.78%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B42770 (or 0xB42770) is known color: Medium Red Violet. HEX triplet: B4, 27 and 70. RGB value is (180,39,112). Sum of RGB (Red+Green+Blue) = 180+39+112=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B42770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42770 is #4BD88F. Grayscale: #595959. Windows color (decimal): -4970640 or 7350196. OLE color: 7350196.

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

Color convert

RGB 180 39 112 -
CMYK 0 0.78 0.38 0.29
HSL 328.94º 0.64% 0.43% -
HSV(B) 328.94º 0.78% 0.71% -
XYZ 22.47 12.32 16.52 -
YUV 89.48 140.71 192.56 -
System Red Green Blue C M Y K H S L
Decimal 180 39 112 0 0.78 0.38 0.29 328.94 0.64 0.43
Hex B4 27 70 0 4E 26 1D 149 40 2B
Octal 264 47 160 0 116 46 35 511 100 53
Binary 10110100 100111 1110000 0 1001110 100110 11101 101001001 1000000 101011

Color Harmonies of #B42770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42770

Black with #B42770

Text Example


Text Example

White with #B42770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42770; }

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

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

background-color css

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

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

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

border-color css

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

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

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