#B7256A

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

Shades of Medium Red Violet #B7256A

Tints of Medium Red Violet #B7256A

Color information

#B7256A (or 0xB7256A) is unknown color: approx Medium Red Violet. HEX triplet: B7, 25 and 6A. RGB value is (183,37,106). Sum of RGB (Red+Green+Blue) = 183+37+106=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B7256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7256A is #48DA95. Grayscale: #585858. Windows color (decimal): -4774550 or 6956471. OLE color: 6956471.

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

Color convert

RGB18337106-
CMYK00.800.420.28
HSL331.64º66.36%43.14%-
HSV(B)331.64º79.78%71.76%-
XYZ22.7912.4314.83-
YUV88.52137.87195.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.13%
GREEN value IS 37 (14.84% from 255) = 11.35%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=56.13%
G=11.35%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833710600.800.420.28331.6466.3643.14
HexB7256A0502A1C14c422b
Octal267451520120523451410253
Binary10110111100101110101001010000101010111001010011001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7256A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7256A; }

 p { color: rgb(183,37,106); }

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

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

 a { background-color: rgb(183,37,106); }

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

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

 span { border-color: rgb(183,37,106); }

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