#B7267A

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

Shades of Medium Red Violet #B7267A

Tints of Medium Red Violet #B7267A

Color information

#B7267A (or 0xB7267A) is unknown color: approx Medium Red Violet. HEX triplet: B7, 26 and 7A. RGB value is (183,38,122). Sum of RGB (Red+Green+Blue) = 183+38+122=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B7267A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7267A is #48D985. Grayscale: #5A5A5A. Windows color (decimal): -4774278 or 8005303. OLE color: 8005303.

HSL color Cylindrical-coordinate representation of color #B7267A: hue angle of 325.24º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7267A is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB18338122-
CMYK00.790.330.28
HSL325.24º65.61%43.33%-
HSV(B)325.24º79.23%71.76%-
XYZ23.7312.8619.64-
YUV90.93145.54193.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.35%
GREEN value IS 38 (15.23% from 255) = 11.08%
BLUE value IS 122 (48.05% from 255) = 35.57%
R=53.35%
G=11.08%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833812200.790.330.28325.2465.6143.33
HexB7267A04F211C145422b
Octal267461720117413450510253
Binary10110111100110111101001001111100001111001010001011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7267A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7267A; }

 p { color: rgb(183,38,122); }

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

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

 a { background-color: rgb(183,38,122); }

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

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

 span { border-color: rgb(183,38,122); }

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