#B4007B

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

Shades of Medium Violet Red #B4007B

Tints of Medium Violet Red #B4007B

Color information

#B4007B (or 0xB4007B) is unknown color: approx Medium Violet Red. HEX triplet: B4, 00 and 7B. RGB value is (180,0,123). Sum of RGB (Red+Green+Blue) = 180+0+123=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B4007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4007B is #4BFF84. Grayscale: #434343. Windows color (decimal): -4980613 or 8061108. OLE color: 8061108.

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

Color convert

RGB1800123-
CMYK010.320.29
HSL319º100%35.29%-
HSV(B)319º100%70.59%-
XYZ22.411.1319.71-
YUV67.84159.13208-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 123 (48.44% from 255) = 40.59%
R=59.41%
G=0%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1800123010.320.2931910035.29
HexB407B064201D13f6423
Octal26401730144403547714443
Binary101101000111101101100100100000111011001111111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4007B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4007B; }

 p { color: rgb(180,0,123); }

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

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

 a { background-color: rgb(180,0,123); }

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

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

 span { border-color: rgb(180,0,123); }

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