#B7069E

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

Shades of Medium Violet Red #B7069E

Tints of Medium Violet Red #B7069E

Color information

#B7069E (or 0xB7069E) is unknown color: approx Medium Violet Red. HEX triplet: B7, 06 and 9E. RGB value is (183,6,158). Sum of RGB (Red+Green+Blue) = 183+6+158=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B7069E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7069E is #48F961. Grayscale: #4B4B4B. Windows color (decimal): -4782434 or 10356407. OLE color: 10356407.

HSL color Cylindrical-coordinate representation of color #B7069E: hue angle of 308.47º 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 #B7069E is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB1836158-
CMYK00.970.140.28
HSL308.47º93.65%37.06%-
HSV(B)308.47º96.72%71.76%-
XYZ25.7712.6733.43-
YUV76.25174.14204.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.74%
GREEN value IS 6 (2.73% from 255) = 1.73%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=52.74%
G=1.73%
B=45.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183615800.970.140.28308.4793.6537.06
HexB769E061E1C1345e25
Octal26762360141163446413645
Binary1011011111010011110011000011110111001001101001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7069E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7069E; }

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

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

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

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

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

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

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

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