#B3067E

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

Shades of Medium Violet Red #B3067E

Tints of Medium Violet Red #B3067E

Color information

#B3067E (or 0xB3067E) is unknown color: approx Medium Violet Red. HEX triplet: B3, 06 and 7E. RGB value is (179,6,126). Sum of RGB (Red+Green+Blue) = 179+6+126=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B3067E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3067E is #4CF981. Grayscale: #474747. Windows color (decimal): -5044610 or 8259251. OLE color: 8259251.

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

Color convert

RGB1796126-
CMYK00.970.300.30
HSL318.38º93.51%36.27%-
HSV(B)318.38º96.65%70.2%-
XYZ22.4211.2220.72-
YUV71.41158.81204.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.56%
GREEN value IS 6 (2.73% from 255) = 1.93%
BLUE value IS 126 (49.61% from 255) = 40.51%
R=57.56%
G=1.93%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179612600.970.300.30318.3893.5136.27
HexB367E0611E1E13e5e24
Octal26361760141363647613644
Binary1011001111011111100110000111110111101001111101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3067E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3067E; }

 p { color: rgb(179,6,126); }

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

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

 a { background-color: rgb(179,6,126); }

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

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

 span { border-color: rgb(179,6,126); }

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