#B61CA1

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

Shades of Medium Violet Red #B61CA1

Tints of Medium Violet Red #B61CA1

Color information

#B61CA1 (or 0xB61CA1) is unknown color: approx Medium Violet Red. HEX triplet: B6, 1C and A1. RGB value is (182,28,161). Sum of RGB (Red+Green+Blue) = 182+28+161=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B61CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61CA1 is #49E35E. Grayscale: #585858. Windows color (decimal): -4842335 or 10558646. OLE color: 10558646.

HSL color Cylindrical-coordinate representation of color #B61CA1: hue angle of 308.18º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61CA1 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB18228161-
CMYK00.850.120.29
HSL308.18º73.33%41.18%-
HSV(B)308.18º84.62%71.37%-
XYZ26.1413.3534.92-
YUV89.21168.52194.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 28 (11.33% from 255) = 7.55%
BLUE value IS 161 (63.28% from 255) = 43.40%
R=49.06%
G=7.55%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822816100.850.120.29308.1873.3341.18
HexB61CA1055C1D1344929
Octal266342410125143546411151
Binary101101101110010100001010101011100111011001101001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61CA1; }

 p { color: rgb(182,28,161); }

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

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

 a { background-color: rgb(182,28,161); }

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

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

 span { border-color: rgb(182,28,161); }

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