#B61484

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

Shades of Medium Violet Red #B61484

Tints of Medium Violet Red #B61484

Color information

#B61484 (or 0xB61484) is unknown color: approx Medium Violet Red. HEX triplet: B6, 14 and 84. RGB value is (182,20,132). Sum of RGB (Red+Green+Blue) = 182+20+132=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B61484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B61484 is #49EB7B. Grayscale: #505050. Windows color (decimal): -4844412 or 8656054. OLE color: 8656054.

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

Color convert

RGB18220132-
CMYK00.890.270.29
HSL318.52º80.2%39.61%-
HSV(B)318.52º89.01%71.37%-
XYZ23.7112.1122.92-
YUV81.21156.67199.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.49%
GREEN value IS 20 (8.20% from 255) = 5.99%
BLUE value IS 132 (51.95% from 255) = 39.52%
R=54.49%
G=5.99%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822013200.890.270.29318.5280.239.61
HexB614840591B1D13f5028
Octal266242040131333547712050
Binary1011011010100100001000101100111011111011001111111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61484; }

 p { color: rgb(182,20,132); }

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

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

 a { background-color: rgb(182,20,132); }

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

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

 span { border-color: rgb(182,20,132); }

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