#B8007A

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

Shades of Medium Violet Red #B8007A

Tints of Medium Violet Red #B8007A

Color information

#B8007A (or 0xB8007A) is unknown color: approx Medium Violet Red. HEX triplet: B8, 00 and 7A. RGB value is (184,0,122). Sum of RGB (Red+Green+Blue) = 184+0+122=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B8007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8007A is #47FF85. Grayscale: #444444. Windows color (decimal): -4718470 or 7995576. OLE color: 7995576.

HSL color Cylindrical-coordinate representation of color #B8007A: hue angle of 320.22º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8007A is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB1840122-
CMYK010.340.28
HSL320.22º100%36.08%-
HSV(B)320.22º100%72.16%-
XYZ23.2811.619.42-
YUV68.92157.96210.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 39.87%
R=60.13%
G=0%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1840122010.340.28320.2210036.08
HexB807A064221C1406424
Octal27001720144423450014444
Binary101110000111101001100100100010111001010000001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8007A; }

 p { color: rgb(184,0,122); }

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

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

 a { background-color: rgb(184,0,122); }

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

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

 span { border-color: rgb(184,0,122); }

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