#B61FBE

Color #B61FBE Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B61FBE

Tints of Deep Magenta #B61FBE

Color information

#B61FBE (or 0xB61FBE) is unknown color: approx Deep Magenta. HEX triplet: B6, 1F and BE. RGB value is (182,31,190). Sum of RGB (Red+Green+Blue) = 182+31+190=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 31 (12.5% from 255 or 7.69% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #B61FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61FBE is #49E041. Grayscale: #5D5D5D. Windows color (decimal): -4841538 or 12459958. OLE color: 12459958.

HSL color Cylindrical-coordinate representation of color #B61FBE: hue angle of 296.98º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61FBE is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18231190-
CMYK0.040.8400.25
HSL296.98º71.95%43.33%-
HSV(B)296.98º83.68%74.51%-
XYZ29.0814.6450.01-
YUV94.28182.03190.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 31 (12.5% from 255) = 7.69%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=45.16%
G=7.69%
B=47.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182311900.040.8400.25296.9871.9543.33
HexB61FBE454019129482b
Octal26637276412403145111053
Binary10110110111111011111010010101000110011001010011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61FBE; }

 p { color: rgb(182,31,190); }

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

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

 a { background-color: rgb(182,31,190); }

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

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

 span { border-color: rgb(182,31,190); }

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