#B61B90

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

Shades of Medium Violet Red #B61B90

Tints of Medium Violet Red #B61B90

Color information

#B61B90 (or 0xB61B90) is unknown color: approx Medium Violet Red. HEX triplet: B6, 1B and 90. RGB value is (182,27,144). Sum of RGB (Red+Green+Blue) = 182+27+144=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B61B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61B90 is #49E46F. Grayscale: #565656. Windows color (decimal): -4842608 or 9444278. OLE color: 9444278.

HSL color Cylindrical-coordinate representation of color #B61B90: hue angle of 314.71º degrees, saturation: 0.74, 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 #B61B90 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB18227144-
CMYK00.850.210.29
HSL314.71º74.16%40.98%-
HSV(B)314.71º85.16%71.37%-
XYZ24.7212.7427.54-
YUV86.68160.35195.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.56%
GREEN value IS 27 (10.94% from 255) = 7.65%
BLUE value IS 144 (56.64% from 255) = 40.79%
R=51.56%
G=7.65%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822714400.850.210.29314.7174.1640.98
HexB61B90055151D13b4a29
Octal266332200125253547311251
Binary1011011011011100100000101010110101111011001110111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61B90; }

 p { color: rgb(182,27,144); }

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

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

 a { background-color: rgb(182,27,144); }

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

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

 span { border-color: rgb(182,27,144); }

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