#B8257D

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

Shades of Medium Red Violet #B8257D

Tints of Medium Red Violet #B8257D

Color information

#B8257D (or 0xB8257D) is unknown color: approx Medium Red Violet. HEX triplet: B8, 25 and 7D. RGB value is (184,37,125). Sum of RGB (Red+Green+Blue) = 184+37+125=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8257D is #47DA82. Grayscale: #5A5A5A. Windows color (decimal): -4708995 or 8201656. OLE color: 8201656.

HSL color Cylindrical-coordinate representation of color #B8257D: hue angle of 324.08º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8257D is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB18437125-
CMYK00.800.320.28
HSL324.08º66.52%43.33%-
HSV(B)324.08º79.89%72.16%-
XYZ24.1312.9920.64-
YUV90.98147.2194.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.18%
GREEN value IS 37 (14.84% from 255) = 10.69%
BLUE value IS 125 (49.22% from 255) = 36.13%
R=53.18%
G=10.69%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843712500.800.320.28324.0866.5243.33
HexB8257D050201C144432b
Octal270451750120403450410353
Binary10111000100101111110101010000100000111001010001001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8257D; }

 p { color: rgb(184,37,125); }

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

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

 a { background-color: rgb(184,37,125); }

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

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

 span { border-color: rgb(184,37,125); }

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