#B7038E

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

Shades of Medium Violet Red #B7038E

Tints of Medium Violet Red #B7038E

Color information

#B7038E (or 0xB7038E) is unknown color: approx Medium Violet Red. HEX triplet: B7, 03 and 8E. RGB value is (183,3,142). Sum of RGB (Red+Green+Blue) = 183+3+142=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B7038E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7038E is #48FC71. Grayscale: #484848. Windows color (decimal): -4783218 or 9307063. OLE color: 9307063.

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

Color convert

RGB1833142-
CMYK00.980.220.28
HSL313.67º96.77%36.47%-
HSV(B)313.67º98.36%71.76%-
XYZ24.4412.0926.64-
YUV72.67167.13206.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.79%
GREEN value IS 3 (1.56% from 255) = 0.91%
BLUE value IS 142 (55.86% from 255) = 43.29%
R=55.79%
G=0.91%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183314200.980.220.28313.6796.7736.47
HexB738E062161C13a6124
Octal26732160142263447214144
Binary1011011111100011100110001010110111001001110101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7038E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7038E; }

 p { color: rgb(183,3,142); }

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

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

 a { background-color: rgb(183,3,142); }

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

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

 span { border-color: rgb(183,3,142); }

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