#B5069B

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

Shades of Medium Violet Red #B5069B

Tints of Medium Violet Red #B5069B

Color information

#B5069B (or 0xB5069B) is unknown color: approx Medium Violet Red. HEX triplet: B5, 06 and 9B. RGB value is (181,6,155). Sum of RGB (Red+Green+Blue) = 181+6+155=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5069B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5069B is #4AF964. Grayscale: #4A4A4A. Windows color (decimal): -4913509 or 10159797. OLE color: 10159797.

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

Color convert

RGB1816155-
CMYK00.970.140.29
HSL308.91º93.58%36.67%-
HSV(B)308.91º96.69%70.98%-
XYZ25.0412.3232.07-
YUV75.31172.98203.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.92%
GREEN value IS 6 (2.73% from 255) = 1.75%
BLUE value IS 155 (60.94% from 255) = 45.32%
R=52.92%
G=1.75%
B=45.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181615500.970.140.29308.9193.5836.67
HexB569B061E1D1355e25
Octal26562330141163546513645
Binary1011010111010011011011000011110111011001101011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5069B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5069B; }

 p { color: rgb(181,6,155); }

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

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

 a { background-color: rgb(181,6,155); }

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

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

 span { border-color: rgb(181,6,155); }

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