#b2008c

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

Shades of Medium Violet Red #B2008C

Tints of Medium Violet Red #B2008C

Color information

#B2008C (or 0xB2008C) is unknown color: approx Medium Violet Red. HEX triplet: B2, 00 and 8C. RGB value is (178,0,140). Sum of RGB (Red+Green+Blue) = 178+0+140=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B2008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2008C is #4DFF73. Grayscale: #444444. Windows color (decimal): -5111668 or 9175218. OLE color: 9175218.

HSL color Cylindrical-coordinate representation of color #B2008C: hue angle of 312.81º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2008C is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB1780140-
CMYK010.210.30
HSL312.81º100%34.9%-
HSV(B)312.81º100%69.8%-
XYZ23.0911.3625.79-
YUV69.18167.97205.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 140 (55.08% from 255) = 44.03%
R=55.97%
G=0%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1780140010.210.30312.8110034.9
HexB208C064151E1396423
Octal26202140144253647114443
Binary101100100100011000110010010101111101001110011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2008c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2008c; }

 p { color: rgb(178,0,140); }

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

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

 a { background-color: rgb(178,0,140); }

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

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

 span { border-color: rgb(178,0,140); }

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