Html Css Color HEX #B4428F Medium Red Violet

📋 copy color: '#B4428F'

red 180 ◦ green 66 ◦ blue 143

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

Shades of Medium Red Violet #B4428F

Tints of Medium Red Violet #B4428F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.97%

 BLUE value IS 143 (56.25% from 255) = 36.76%

R = 46.27%
G = 16.97%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B4428F (or 0xB4428F) is known color: Medium Red Violet. HEX triplet: B4, 42 and 8F. RGB value is (180,66,143). Sum of RGB (Red+Green+Blue) = 180+66+143=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B4428F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4428F is #4BBD70. Grayscale: #6C6C6C. Windows color (decimal): -4963697 or 9388724. OLE color: 9388724.

HSL color Cylindrical-coordinate representation of color #B4428F: hue angle of 319.47º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4428F is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 66 143 -
CMYK 0 0.63 0.21 0.29
HSL 319.47º 0.46% 0.48% -
HSV(B) 319.47º 0.63% 0.71% -
XYZ 25.73 15.58 27.64 -
YUV 108.86 147.27 178.74 -
System Red Green Blue C M Y K H S L
Decimal 180 66 143 0 0.63 0.21 0.29 319.47 0.46 0.48
Hex B4 42 8F 0 3F 15 1D 13F 2E 30
Octal 264 102 217 0 77 25 35 477 56 60
Binary 10110100 1000010 10001111 0 111111 10101 11101 100111111 101110 110000

Color Harmonies of #B4428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4428F

Black with #B4428F

Text Example


Text Example

White with #B4428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4428F; }

 p { color: rgb(180,66,143); }

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

background-color css

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

 a { background-color: rgb(180,66,143); }

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

border-color css

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

 span { border-color: rgb(180,66,143); }

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