#B7248A

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

Shades of Medium Red Violet #B7248A

Tints of Medium Red Violet #B7248A

Color information

#B7248A (or 0xB7248A) is unknown color: approx Medium Red Violet. HEX triplet: B7, 24 and 8A. RGB value is (183,36,138). Sum of RGB (Red+Green+Blue) = 183+36+138=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B7248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7248A is #48DB75. Grayscale: #5B5B5B. Windows color (decimal): -4774774 or 9053367. OLE color: 9053367.

HSL color Cylindrical-coordinate representation of color #B7248A: hue angle of 318.37º 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 #B7248A is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB18336138-
CMYK00.800.250.28
HSL318.37º67.12%42.94%-
HSV(B)318.37º80.33%71.76%-
XYZ24.7513.1625.28-
YUV91.58154.2193.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.26%
GREEN value IS 36 (14.45% from 255) = 10.08%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=51.26%
G=10.08%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833613800.800.250.28318.3767.1242.94
HexB7248A050191C13e432b
Octal267442120120313447610353
Binary10110111100100100010100101000011001111001001111101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7248A; }

 p { color: rgb(183,36,138); }

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

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

 a { background-color: rgb(183,36,138); }

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

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

 span { border-color: rgb(183,36,138); }

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