#B0448B

Color #B0448B Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B0448B

Tints of Medium Red Violet #B0448B

Color information

#B0448B (or 0xB0448B) is unknown color: approx Medium Red Violet. HEX triplet: B0, 44 and 8B. RGB value is (176,68,139). Sum of RGB (Red+Green+Blue) = 176+68+139=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0448B is #4FBB74. Grayscale: #6C6C6C. Windows color (decimal): -5225333 or 9127088. OLE color: 9127088.

HSL color Cylindrical-coordinate representation of color #B0448B: hue angle of 320.56º 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 #B0448B is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17668139-
CMYK00.610.210.31
HSL320.56º44.26%47.84%-
HSV(B)320.56º61.36%69.02%-
XYZ24.6315.2326.07-
YUV108.39145.28176.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 68 (26.95% from 255) = 17.75%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=45.95%
G=17.75%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766813900.610.210.31320.5644.2647.84
HexB0448B03D151F1412c30
Octal26010421307525375015460
Binary1011000010001001000101101111011010111111101000001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0448B; }

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

 H1.HeaderClassName
 {
   color: #B0448B;
 }
 .AnyTagClassName
 {
   color: #B0448B;
 }
</style>
background-color css

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

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

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

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

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

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