#B7068A

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

Shades of Medium Violet Red #B7068A

Tints of Medium Violet Red #B7068A

Color information

#B7068A (or 0xB7068A) is unknown color: approx Medium Violet Red. HEX triplet: B7, 06 and 8A. RGB value is (183,6,138). Sum of RGB (Red+Green+Blue) = 183+6+138=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B7068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7068A is #48F975. Grayscale: #494949. Windows color (decimal): -4782454 or 9045687. OLE color: 9045687.

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

Color convert

RGB1836138-
CMYK00.970.250.28
HSL315.25º93.65%37.06%-
HSV(B)315.25º96.72%71.76%-
XYZ24.1812.0325.09-
YUV73.97164.14205.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.96%
GREEN value IS 6 (2.73% from 255) = 1.83%
BLUE value IS 138 (54.30% from 255) = 42.20%
R=55.96%
G=1.83%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183613800.970.250.28315.2593.6537.06
HexB768A061191C13b5e25
Octal26762120141313447313645
Binary10110111110100010100110000111001111001001110111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7068A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7068A; }

 p { color: rgb(183,6,138); }

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

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

 a { background-color: rgb(183,6,138); }

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

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

 span { border-color: rgb(183,6,138); }

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