Html Css Color HEX #B3448D Medium Red Violet

📋 copy color: '#B3448D'

red 179 ◦ green 68 ◦ blue 141

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

Shades of Medium Red Violet #B3448D

Tints of Medium Red Violet #B3448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.53%

 BLUE value IS 141 (55.47% from 255) = 36.34%

R = 46.13%
G = 17.53%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3448D (or 0xB3448D) is known color: Medium Red Violet. HEX triplet: B3, 44 and 8D. RGB value is (179,68,141). Sum of RGB (Red+Green+Blue) = 179+68+141=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B3448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3448D is #4CBB72. Grayscale: #6D6D6D. Windows color (decimal): -5028723 or 9258163. OLE color: 9258163.

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

Color convert

RGB 179 68 141 -
CMYK 0 0.62 0.21 0.30
HSL 320.54º 0.45% 0.48% -
HSV(B) 320.54º 0.62% 0.7% -
XYZ 25.47 15.64 26.88 -
YUV 109.51 145.77 177.56 -
System Red Green Blue C M Y K H S L
Decimal 179 68 141 0 0.62 0.21 0.30 320.54 0.45 0.48
Hex B3 44 8D 0 3E 15 1E 141 2D 30
Octal 263 104 215 0 76 25 36 501 55 60
Binary 10110011 1000100 10001101 0 111110 10101 11110 101000001 101101 110000

Color Harmonies of #B3448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3448D

Black with #B3448D

Text Example


Text Example

White with #B3448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3448D; }

 p { color: rgb(179,68,141); }

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

background-color css

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

 a { background-color: rgb(179,68,141); }

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

border-color css

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

 span { border-color: rgb(179,68,141); }

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