Html Css Color HEX #B3428F Medium Red Violet

📋 copy color: '#B3428F'

red 179 ◦ green 66 ◦ blue 143

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

Shades of Medium Red Violet #B3428F

Tints of Medium Red Violet #B3428F

RGB

 RED value IS 179 (70.31% from 255) = 46.13%

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

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

R = 46.13%
G = 17.01%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B3428F (or 0xB3428F) is known color: Medium Red Violet. HEX triplet: B3, 42 and 8F. RGB value is (179,66,143). Sum of RGB (Red+Green+Blue) = 179+66+143=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B3428F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3428F is #4CBD70. Grayscale: #6C6C6C. Windows color (decimal): -5029233 or 9388723. OLE color: 9388723.

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

Color convert

RGB 179 66 143 -
CMYK 0 0.63 0.20 0.30
HSL 319.12º 0.46% 0.48% -
HSV(B) 319.12º 0.63% 0.7% -
XYZ 25.5 15.46 27.63 -
YUV 108.57 147.44 178.24 -
System Red Green Blue C M Y K H S L
Decimal 179 66 143 0 0.63 0.20 0.30 319.12 0.46 0.48
Hex B3 42 8F 0 3F 14 1E 13F 2E 30
Octal 263 102 217 0 77 24 36 477 56 60
Binary 10110011 1000010 10001111 0 111111 10100 11110 100111111 101110 110000

Color Harmonies of #B3428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3428F

Black with #B3428F

Text Example


Text Example

White with #B3428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3428F; }

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

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

background-color css

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

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

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

border-color css

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

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

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