Html Css Color HEX #B42670 Medium Red Violet

📋 copy color: '#B42670'

red 180 ◦ green 38 ◦ blue 112

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

Shades of Medium Red Violet #B42670

Tints of Medium Red Violet #B42670

RGB

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

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

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

R = 54.55%
G = 11.52%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B42670 (or 0xB42670) is known color: Medium Red Violet. HEX triplet: B4, 26 and 70. RGB value is (180,38,112). Sum of RGB (Red+Green+Blue) = 180+38+112=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B42670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42670 is #4BD98F. Grayscale: #585858. Windows color (decimal): -4970896 or 7349940. OLE color: 7349940.

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

Color convert

RGB 180 38 112 -
CMYK 0 0.79 0.38 0.29
HSL 328.73º 0.65% 0.43% -
HSV(B) 328.73º 0.79% 0.71% -
XYZ 22.44 12.26 16.51 -
YUV 88.89 141.04 192.98 -
System Red Green Blue C M Y K H S L
Decimal 180 38 112 0 0.79 0.38 0.29 328.73 0.65 0.43
Hex B4 26 70 0 4F 26 1D 149 41 2B
Octal 264 46 160 0 117 46 35 511 101 53
Binary 10110100 100110 1110000 0 1001111 100110 11101 101001001 1000001 101011

Color Harmonies of #B42670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42670

Black with #B42670

Text Example


Text Example

White with #B42670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42670; }

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

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

background-color css

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

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

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

border-color css

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

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

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