Html Css Color HEX #B0448D Medium Red Violet

📋 copy color: '#B0448D'

red 176 ◦ green 68 ◦ blue 141

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

Shades of Medium Red Violet #B0448D

Tints of Medium Red Violet #B0448D

RGB

 RED value IS 176 (69.14% from 255) = 45.71%

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

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

R = 45.71%
G = 17.66%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0448D (or 0xB0448D) is known color: Medium Red Violet. HEX triplet: B0, 44 and 8D. RGB value is (176,68,141). Sum of RGB (Red+Green+Blue) = 176+68+141=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0448D is #4FBB72. Grayscale: #6C6C6C. Windows color (decimal): -5225331 or 9258160. OLE color: 9258160.

HSL color Cylindrical-coordinate representation of color #B0448D: hue angle of 319.44º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0448D is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 68 141 -
CMYK 0 0.61 0.20 0.31
HSL 319.44º 0.44% 0.48% -
HSV(B) 319.44º 0.61% 0.69% -
XYZ 24.78 15.29 26.84 -
YUV 108.61 146.28 176.06 -
System Red Green Blue C M Y K H S L
Decimal 176 68 141 0 0.61 0.20 0.31 319.44 0.44 0.48
Hex B0 44 8D 0 3D 14 1F 13F 2C 30
Octal 260 104 215 0 75 24 37 477 54 60
Binary 10110000 1000100 10001101 0 111101 10100 11111 100111111 101100 110000

Color Harmonies of #B0448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0448D

Black with #B0448D

Text Example


Text Example

White with #B0448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0448D; }

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

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

background-color css

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

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

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

border-color css

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

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

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