#b1267a

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

Shades of Medium Red Violet #B1267A

Tints of Medium Red Violet #B1267A

Color information

#B1267A (or 0xB1267A) is unknown color: approx Medium Red Violet. HEX triplet: B1, 26 and 7A. RGB value is (177,38,122). Sum of RGB (Red+Green+Blue) = 177+38+122=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B1267A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1267A is #4ED985. Grayscale: #585858. Windows color (decimal): -5167494 or 8005297. OLE color: 8005297.

HSL color Cylindrical-coordinate representation of color #B1267A: hue angle of 323.74º 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 #B1267A is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB17738122-
CMYK00.790.310.31
HSL323.74º64.65%42.16%-
HSV(B)323.74º78.53%69.41%-
XYZ22.3412.1419.58-
YUV89.14146.55190.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.52%
GREEN value IS 38 (15.23% from 255) = 11.28%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=52.52%
G=11.28%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773812200.790.310.31323.7464.6542.16
HexB1267A04F1F1F144412a
Octal261461720117373750410152
Binary1011000110011011110100100111111111111111010001001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1267a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1267a; }

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

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

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

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

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

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

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

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