#B50675

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

Shades of Medium Violet Red #B50675

Tints of Medium Violet Red #B50675

Color information

#B50675 (or 0xB50675) is unknown color: approx Medium Violet Red. HEX triplet: B5, 06 and 75. RGB value is (181,6,117). Sum of RGB (Red+Green+Blue) = 181+6+117=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B50675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50675 is #4AF98A. Grayscale: #464646. Windows color (decimal): -4913547 or 7669429. OLE color: 7669429.

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

Color convert

RGB1816117-
CMYK00.970.350.29
HSL321.94º93.58%36.67%-
HSV(B)321.94º96.69%70.98%-
XYZ22.3311.2417.82-
YUV70.98153.98206.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.54%
GREEN value IS 6 (2.73% from 255) = 1.97%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=59.54%
G=1.97%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181611700.970.350.29321.9493.5836.67
HexB5675061231D1425e25
Octal26561650141433550213645
Binary10110101110111010101100001100011111011010000101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50675; }

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

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

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

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

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

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

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

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