Html Css Color HEX #B3448C Medium Red Violet

📋 copy color: '#B3448C'

red 179 ◦ green 68 ◦ blue 140

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

Shades of Medium Red Violet #B3448C

Tints of Medium Red Violet #B3448C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.18%

R = 46.25%
G = 17.57%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3448C (or 0xB3448C) is known color: Medium Red Violet. HEX triplet: B3, 44 and 8C. RGB value is (179,68,140). Sum of RGB (Red+Green+Blue) = 179+68+140=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B3448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3448C is #4CBB73. Grayscale: #6D6D6D. Windows color (decimal): -5028724 or 9192627. OLE color: 9192627.

HSL color Cylindrical-coordinate representation of color #B3448C: hue angle of 321.08º 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 #B3448C is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 68 140 -
CMYK 0 0.62 0.22 0.30
HSL 321.08º 0.45% 0.48% -
HSV(B) 321.08º 0.62% 0.7% -
XYZ 25.39 15.61 26.49 -
YUV 109.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 179 68 140 0 0.62 0.22 0.30 321.08 0.45 0.48
Hex B3 44 8C 0 3E 16 1E 141 2D 30
Octal 263 104 214 0 76 26 36 501 55 60
Binary 10110011 1000100 10001100 0 111110 10110 11110 101000001 101101 110000

Color Harmonies of #B3448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3448C

Black with #B3448C

Text Example


Text Example

White with #B3448C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3448C; }

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

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

background-color css

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

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

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

border-color css

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

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

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