#B1217A

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

Shades of Medium Red Violet #B1217A

Tints of Medium Red Violet #B1217A

Color information

#B1217A (or 0xB1217A) is unknown color: approx Medium Red Violet. HEX triplet: B1, 21 and 7A. RGB value is (177,33,122). Sum of RGB (Red+Green+Blue) = 177+33+122=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B1217A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1217A is #4EDE85. Grayscale: #555555. Windows color (decimal): -5168774 or 8004017. OLE color: 8004017.

HSL color Cylindrical-coordinate representation of color #B1217A: hue angle of 322.92º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1217A is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB17733122-
CMYK00.810.310.31
HSL322.92º68.57%41.18%-
HSV(B)322.92º81.36%69.41%-
XYZ22.1911.8419.53-
YUV86.2148.21192.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.31%
GREEN value IS 33 (13.28% from 255) = 9.94%
BLUE value IS 122 (48.05% from 255) = 36.75%
R=53.31%
G=9.94%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773312200.810.310.31322.9268.5741.18
HexB1217A0511F1F1434529
Octal261411720121373750310551
Binary1011000110000111110100101000111111111111010000111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1217A; }

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

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

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

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

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

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

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

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