#B40CBE

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

Shades of Deep Magenta #B40CBE

Tints of Deep Magenta #B40CBE

Color information

#B40CBE (or 0xB40CBE) is unknown color: approx Deep Magenta. HEX triplet: B4, 0C and BE. RGB value is (180,12,190). Sum of RGB (Red+Green+Blue) = 180+12+190=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #B40CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40CBE is #4BF341. Grayscale: #515151. Windows color (decimal): -4977474 or 12455092. OLE color: 12455092.

HSL color Cylindrical-coordinate representation of color #B40CBE: hue angle of 296.63º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40CBE is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18012190-
CMYK0.050.9400.25
HSL296.63º88.12%39.61%-
HSV(B)296.63º93.68%74.51%-
XYZ28.2513.6849.87-
YUV82.52188.66197.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.12%
GREEN value IS 12 (5.08% from 255) = 3.14%
BLUE value IS 190 (74.61% from 255) = 49.74%
R=47.12%
G=3.14%
B=49.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180121900.050.9400.25296.6388.1239.61
HexB4CBE55E0191295828
Octal26414276513603145113050
Binary1011010011001011111010110111100110011001010011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40CBE; }

 p { color: rgb(180,12,190); }

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

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

 a { background-color: rgb(180,12,190); }

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

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

 span { border-color: rgb(180,12,190); }

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