#B2007E

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

Shades of Medium Violet Red #B2007E

Tints of Medium Violet Red #B2007E

Color information

#B2007E (or 0xB2007E) is unknown color: approx Medium Violet Red. HEX triplet: B2, 00 and 7E. RGB value is (178,0,126). Sum of RGB (Red+Green+Blue) = 178+0+126=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B2007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2007E is #4DFF81. Grayscale: #434343. Windows color (decimal): -5111682 or 8257714. OLE color: 8257714.

HSL color Cylindrical-coordinate representation of color #B2007E: hue angle of 317.53º 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 #B2007E is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB1780126-
CMYK010.290.30
HSL317.53º100%34.9%-
HSV(B)317.53º100%69.8%-
XYZ22.1310.9720.69-
YUV67.59160.97206.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 126 (49.61% from 255) = 41.45%
R=58.55%
G=0%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1780126010.290.30317.5310034.9
HexB207E0641D1E13e6423
Octal26201760144353647614443
Binary10110010011111100110010011101111101001111101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2007E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2007E; }

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

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

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

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

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

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

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

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