#B21087

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

Shades of Medium Violet Red #B21087

Tints of Medium Violet Red #B21087

Color information

#B21087 (or 0xB21087) is unknown color: approx Medium Violet Red. HEX triplet: B2, 10 and 87. RGB value is (178,16,135). Sum of RGB (Red+Green+Blue) = 178+16+135=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B21087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B21087 is #4DEF78. Grayscale: #4D4D4D. Windows color (decimal): -5107577 or 8851634. OLE color: 8851634.

HSL color Cylindrical-coordinate representation of color #B21087: hue angle of 315.93º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B21087 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB17816135-
CMYK00.910.240.30
HSL315.93º83.51%38.04%-
HSV(B)315.93º91.01%69.8%-
XYZ22.9211.5823.95-
YUV78160.17199.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.10%
GREEN value IS 16 (6.64% from 255) = 4.86%
BLUE value IS 135 (53.12% from 255) = 41.03%
R=54.10%
G=4.86%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781613500.910.240.30315.9383.5138.04
HexB2108705B181E13c5426
Octal262202070133303647412446
Binary1011001010000100001110101101111000111101001111001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21087; }

 p { color: rgb(178,16,135); }

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

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

 a { background-color: rgb(178,16,135); }

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

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

 span { border-color: rgb(178,16,135); }

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