#B003BE

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

Shades of Deep Magenta #B003BE

Tints of Deep Magenta #B003BE

Color information

#B003BE (or 0xB003BE) is unknown color: approx Deep Magenta. HEX triplet: B0, 03 and BE. RGB value is (176,3,190). Sum of RGB (Red+Green+Blue) = 176+3+190=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #B003BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B003BE is #4FFC41. Grayscale: #4B4B4B. Windows color (decimal): -5241922 or 12452784. OLE color: 12452784.

HSL color Cylindrical-coordinate representation of color #B003BE: hue angle of 295.51º 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 #B003BE is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1763190-
CMYK0.070.9800.25
HSL295.51º96.89%37.84%-
HSV(B)295.51º98.42%74.51%-
XYZ27.2313.0149.79-
YUV76.04192.31199.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.70%
GREEN value IS 3 (1.56% from 255) = 0.81%
BLUE value IS 190 (74.61% from 255) = 51.49%
R=47.70%
G=0.81%
B=51.49%

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
Decimal17631900.070.9800.25295.5196.8937.84
HexB03BE7620191286126
Octal2603276714203145014146
Binary10110000111011111011111000100110011001010001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B003BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B003BE; }

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

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

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

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

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

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

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

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