#B5069C

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

Shades of Medium Violet Red #B5069C

Tints of Medium Violet Red #B5069C

Color information

#B5069C (or 0xB5069C) is unknown color: approx Medium Violet Red. HEX triplet: B5, 06 and 9C. RGB value is (181,6,156). Sum of RGB (Red+Green+Blue) = 181+6+156=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5069C is #4AF963. Grayscale: #4B4B4B. Windows color (decimal): -4913508 or 10225333. OLE color: 10225333.

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

Color convert

RGB1816156-
CMYK00.970.140.29
HSL308.57º93.58%36.67%-
HSV(B)308.57º96.69%70.98%-
XYZ25.1212.3532.51-
YUV75.42173.48203.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.77%
GREEN value IS 6 (2.73% from 255) = 1.75%
BLUE value IS 156 (61.33% from 255) = 45.48%
R=52.77%
G=1.75%
B=45.48%

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
Decimal181615600.970.140.29308.5793.5836.67
HexB569C061E1D1355e25
Octal26562340141163546513645
Binary1011010111010011100011000011110111011001101011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5069C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5069C; }

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

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

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

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

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

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

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

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