#B2078F

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

Shades of Medium Violet Red #B2078F

Tints of Medium Violet Red #B2078F

Color information

#B2078F (or 0xB2078F) is unknown color: approx Medium Violet Red. HEX triplet: B2, 07 and 8F. RGB value is (178,7,143). Sum of RGB (Red+Green+Blue) = 178+7+143=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B2078F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2078F is #4DF870. Grayscale: #494949. Windows color (decimal): -5109873 or 9373618. OLE color: 9373618.

HSL color Cylindrical-coordinate representation of color #B2078F: hue angle of 312.28º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2078F is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB1787143-
CMYK00.960.200.30
HSL312.28º92.43%36.27%-
HSV(B)312.28º96.07%69.8%-
XYZ23.3911.626.99-
YUV73.63167.15202.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.27%
GREEN value IS 7 (3.12% from 255) = 2.13%
BLUE value IS 143 (56.25% from 255) = 43.60%
R=54.27%
G=2.13%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178714300.960.200.30312.2892.4336.27
HexB278F060141E1385c24
Octal26272170140243647013444
Binary10110010111100011110110000010100111101001110001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2078F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2078F; }

 p { color: rgb(178,7,143); }

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

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

 a { background-color: rgb(178,7,143); }

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

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

 span { border-color: rgb(178,7,143); }

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