#B2448A

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

Shades of Medium Red Violet #B2448A

Tints of Medium Red Violet #B2448A

Color information

#B2448A (or 0xB2448A) is unknown color: approx Medium Red Violet. HEX triplet: B2, 44 and 8A. RGB value is (178,68,138). Sum of RGB (Red+Green+Blue) = 178+68+138=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B2448A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2448A is #4DBB75. Grayscale: #6C6C6C. Windows color (decimal): -5094262 or 9061554. OLE color: 9061554.

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

Color convert

RGB17868138-
CMYK00.620.220.30
HSL321.82º44.72%48.24%-
HSV(B)321.82º61.8%69.8%-
XYZ25.0115.4325.71-
YUV108.87144.44177.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.35%
GREEN value IS 68 (26.95% from 255) = 17.71%
BLUE value IS 138 (54.30% from 255) = 35.94%
R=46.35%
G=17.71%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786813800.620.220.30321.8244.7248.24
HexB2448A03E161E1422d30
Octal26210421207626365025560
Binary1011001010001001000101001111101011011110101000010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2448A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2448A; }

 p { color: rgb(178,68,138); }

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

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

 a { background-color: rgb(178,68,138); }

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

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

 span { border-color: rgb(178,68,138); }

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