Html Css Color HEX #B42673 Medium Red Violet

📋 copy color: '#B42673'

red 180 ◦ green 38 ◦ blue 115

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

Shades of Medium Red Violet #B42673

Tints of Medium Red Violet #B42673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.53%

R = 54.05%
G = 11.41%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B42673 (or 0xB42673) is known color: Medium Red Violet. HEX triplet: B4, 26 and 73. RGB value is (180,38,115). Sum of RGB (Red+Green+Blue) = 180+38+115=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B42673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42673 is #4BD98C. Grayscale: #595959. Windows color (decimal): -4970893 or 7546548. OLE color: 7546548.

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

Color convert

RGB 180 38 115 -
CMYK 0 0.79 0.36 0.29
HSL 327.46º 0.65% 0.43% -
HSV(B) 327.46º 0.79% 0.71% -
XYZ 22.61 12.33 17.41 -
YUV 89.24 142.54 192.74 -
System Red Green Blue C M Y K H S L
Decimal 180 38 115 0 0.79 0.36 0.29 327.46 0.65 0.43
Hex B4 26 73 0 4F 24 1D 147 41 2B
Octal 264 46 163 0 117 44 35 507 101 53
Binary 10110100 100110 1110011 0 1001111 100100 11101 101000111 1000001 101011

Color Harmonies of #B42673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42673

Black with #B42673

Text Example


Text Example

White with #B42673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42673; }

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

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

background-color css

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

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

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

border-color css

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

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

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