#B61683

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

Shades of Medium Violet Red #B61683

Tints of Medium Violet Red #B61683

Color information

#B61683 (or 0xB61683) is unknown color: approx Medium Violet Red. HEX triplet: B6, 16 and 83. RGB value is (182,22,131). Sum of RGB (Red+Green+Blue) = 182+22+131=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B61683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61683 is #49E97C. Grayscale: #515151. Windows color (decimal): -4843901 or 8591030. OLE color: 8591030.

HSL color Cylindrical-coordinate representation of color #B61683: hue angle of 319.12º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B61683 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB18222131-
CMYK00.880.280.29
HSL319.12º78.43%40%-
HSV(B)319.12º87.91%71.37%-
XYZ23.6812.1622.57-
YUV82.27155.51199.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.33%
GREEN value IS 22 (8.98% from 255) = 6.57%
BLUE value IS 131 (51.56% from 255) = 39.10%
R=54.33%
G=6.57%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822213100.880.280.29319.1278.4340
HexB616830581C1D13f4e28
Octal266262030130343547711650
Binary1011011010110100000110101100011100111011001111111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61683; }

 p { color: rgb(182,22,131); }

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

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

 a { background-color: rgb(182,22,131); }

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

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

 span { border-color: rgb(182,22,131); }

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