#B103BE

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

Shades of Deep Magenta #B103BE

Tints of Deep Magenta #B103BE

Color information

#B103BE (or 0xB103BE) is unknown color: approx Deep Magenta. HEX triplet: B1, 03 and BE. RGB value is (177,3,190). Sum of RGB (Red+Green+Blue) = 177+3+190=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #B103BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B103BE is #4EFC41. Grayscale: #4B4B4B. Windows color (decimal): -5176386 or 12452785. OLE color: 12452785.

HSL color Cylindrical-coordinate representation of color #B103BE: hue angle of 295.83º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B103BE is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1773190-
CMYK0.070.9800.25
HSL295.83º96.89%37.84%-
HSV(B)295.83º98.42%74.51%-
XYZ27.4613.1349.8-
YUV76.34192.15199.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 3 (1.56% from 255) = 0.81%
BLUE value IS 190 (74.61% from 255) = 51.35%
R=47.84%
G=0.81%
B=51.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17731900.070.9800.25295.8396.8937.84
HexB13BE7620191286126
Octal2613276714203145014146
Binary10110001111011111011111000100110011001010001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B103BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B103BE; }

 p { color: rgb(177,3,190); }

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

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

 a { background-color: rgb(177,3,190); }

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

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

 span { border-color: rgb(177,3,190); }

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