Html Css Color HEX #B3448F Medium Red Violet

📋 copy color: '#B3448F'

red 179 ◦ green 68 ◦ blue 143

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

Shades of Medium Red Violet #B3448F

Tints of Medium Red Violet #B3448F

RGB

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

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

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

R = 45.9%
G = 17.44%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B3448F (or 0xB3448F) is known color: Medium Red Violet. HEX triplet: B3, 44 and 8F. RGB value is (179,68,143). Sum of RGB (Red+Green+Blue) = 179+68+143=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B3448F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3448F is #4CBB70. Grayscale: #6D6D6D. Windows color (decimal): -5028721 or 9389235. OLE color: 9389235.

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

Color convert

RGB 179 68 143 -
CMYK 0 0.62 0.20 0.30
HSL 319.46º 0.45% 0.48% -
HSV(B) 319.46º 0.62% 0.7% -
XYZ 25.62 15.7 27.67 -
YUV 109.74 146.77 177.4 -
System Red Green Blue C M Y K H S L
Decimal 179 68 143 0 0.62 0.20 0.30 319.46 0.45 0.48
Hex B3 44 8F 0 3E 14 1E 13F 2D 30
Octal 263 104 217 0 76 24 36 477 55 60
Binary 10110011 1000100 10001111 0 111110 10100 11110 100111111 101101 110000

Color Harmonies of #B3448F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3448F

Black with #B3448F

Text Example


Text Example

White with #B3448F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3448F; }

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

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

background-color css

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

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

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

border-color css

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

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

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