Html Css Color HEX #B43072 Medium Red Violet

📋 copy color: '#B43072'

red 180 ◦ green 48 ◦ blue 114

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

Shades of Medium Red Violet #B43072

Tints of Medium Red Violet #B43072

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.04%

 BLUE value IS 114 (44.92% from 255) = 33.33%

R = 52.63%
G = 14.04%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B43072 (or 0xB43072) is known color: Medium Red Violet. HEX triplet: B4, 30 and 72. RGB value is (180,48,114). Sum of RGB (Red+Green+Blue) = 180+48+114=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B43072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43072 is #4BCF8D. Grayscale: #5E5E5E. Windows color (decimal): -4968334 or 7483572. OLE color: 7483572.

HSL color Cylindrical-coordinate representation of color #B43072: hue angle of 330º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43072 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 48 114 -
CMYK 0 0.73 0.37 0.29
HSL 330º 0.58% 0.45% -
HSV(B) 330º 0.73% 0.71% -
XYZ 22.92 13.03 17.23 -
YUV 94.99 138.73 188.63 -
System Red Green Blue C M Y K H S L
Decimal 180 48 114 0 0.73 0.37 0.29 330 0.58 0.45
Hex B4 30 72 0 49 25 1D 14A 3A 2D
Octal 264 60 162 0 111 45 35 512 72 55
Binary 10110100 110000 1110010 0 1001001 100101 11101 101001010 111010 101101

Color Harmonies of #B43072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43072

Black with #B43072

Text Example


Text Example

White with #B43072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43072; }

 p { color: rgb(180,48,114); }

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

background-color css

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

 a { background-color: rgb(180,48,114); }

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

border-color css

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

 span { border-color: rgb(180,48,114); }

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