#B3249A

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

Shades of Medium Red Violet #B3249A

Tints of Medium Red Violet #B3249A

Color information

#B3249A (or 0xB3249A) is unknown color: approx Medium Red Violet. HEX triplet: B3, 24 and 9A. RGB value is (179,36,154). Sum of RGB (Red+Green+Blue) = 179+36+154=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B3249A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3249A is #4CDB65. Grayscale: #5B5B5B. Windows color (decimal): -5036902 or 10101939. OLE color: 10101939.

HSL color Cylindrical-coordinate representation of color #B3249A: hue angle of 310.49º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B3249A is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB17936154-
CMYK00.800.140.30
HSL310.49º66.51%42.16%-
HSV(B)310.49º79.89%70.2%-
XYZ25.0513.1831.8-
YUV92.21162.88189.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.51%
GREEN value IS 36 (14.45% from 255) = 9.76%
BLUE value IS 154 (60.55% from 255) = 41.73%
R=48.51%
G=9.76%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1793615400.800.140.30310.4966.5142.16
HexB3249A050E1E136432a
Octal263442320120163646610352
Binary1011001110010010011010010100001110111101001101101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3249A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3249A; }

 p { color: rgb(179,36,154); }

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

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

 a { background-color: rgb(179,36,154); }

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

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

 span { border-color: rgb(179,36,154); }

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