#B3257B

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

Shades of Medium Red Violet #B3257B

Tints of Medium Red Violet #B3257B

Color information

#B3257B (or 0xB3257B) is unknown color: approx Medium Red Violet. HEX triplet: B3, 25 and 7B. RGB value is (179,37,123). Sum of RGB (Red+Green+Blue) = 179+37+123=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B3257B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3257B is #4CDA84. Grayscale: #595959. Windows color (decimal): -5036677 or 8070579. OLE color: 8070579.

HSL color Cylindrical-coordinate representation of color #B3257B: hue angle of 323.66º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B3257B is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB17937123-
CMYK00.790.310.30
HSL323.66º65.74%42.35%-
HSV(B)323.66º79.33%70.2%-
XYZ22.8312.3419.92-
YUV89.26147.04192.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.80%
GREEN value IS 37 (14.84% from 255) = 10.91%
BLUE value IS 123 (48.44% from 255) = 36.28%
R=52.80%
G=10.91%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1793712300.790.310.30323.6665.7442.35
HexB3257B04F1F1E144422a
Octal263451730117373650410252
Binary1011001110010111110110100111111111111101010001001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3257B; }

 p { color: rgb(179,37,123); }

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

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

 a { background-color: rgb(179,37,123); }

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

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

 span { border-color: rgb(179,37,123); }

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