#B0257B

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

Shades of Medium Red Violet #B0257B

Tints of Medium Red Violet #B0257B

Color information

#B0257B (or 0xB0257B) is unknown color: approx Medium Red Violet. HEX triplet: B0, 25 and 7B. RGB value is (176,37,123). Sum of RGB (Red+Green+Blue) = 176+37+123=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0257B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0257B is #4FDA84. Grayscale: #585858. Windows color (decimal): -5233285 or 8070576. OLE color: 8070576.

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

Color convert

RGB17637123-
CMYK00.790.300.31
HSL322.88º65.26%41.76%-
HSV(B)322.88º78.98%69.02%-
XYZ22.1411.9819.88-
YUV88.36147.55190.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.38%
GREEN value IS 37 (14.84% from 255) = 11.01%
BLUE value IS 123 (48.44% from 255) = 36.61%
R=52.38%
G=11.01%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763712300.790.300.31322.8865.2641.76
HexB0257B04F1E1F143412a
Octal260451730117363750310152
Binary1011000010010111110110100111111110111111010000111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0257B; }

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

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

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

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

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

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

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

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