#B2069E

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

Shades of Medium Violet Red #B2069E

Tints of Medium Violet Red #B2069E

Color information

#B2069E (or 0xB2069E) is unknown color: approx Medium Violet Red. HEX triplet: B2, 06 and 9E. RGB value is (178,6,158). Sum of RGB (Red+Green+Blue) = 178+6+158=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2069E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2069E is #4DF961. Grayscale: #4A4A4A. Windows color (decimal): -5110114 or 10356402. OLE color: 10356402.

HSL color Cylindrical-coordinate representation of color #B2069E: hue angle of 306.98º degrees, saturation: 0.93, 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 #B2069E is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB1786158-
CMYK00.970.110.30
HSL306.98º93.48%36.08%-
HSV(B)306.98º96.63%69.8%-
XYZ24.612.0633.38-
YUV74.76174.98201.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.05%
GREEN value IS 6 (2.73% from 255) = 1.75%
BLUE value IS 158 (62.11% from 255) = 46.20%
R=52.05%
G=1.75%
B=46.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178615800.970.110.30306.9893.4836.08
HexB269E061B1E1335d24
Octal26262360141133646313544
Binary1011001011010011110011000011011111101001100111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2069E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2069E; }

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

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

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

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

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

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

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

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