#B810BE

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

Shades of Deep Magenta #B810BE

Tints of Deep Magenta #B810BE

Color information

#B810BE (or 0xB810BE) is unknown color: approx Deep Magenta. HEX triplet: B8, 10 and BE. RGB value is (184,16,190). Sum of RGB (Red+Green+Blue) = 184+16+190=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #B810BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B810BE is #47EF41. Grayscale: #555555. Windows color (decimal): -4714306 or 12456120. OLE color: 12456120.

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

Color convert

RGB18416190-
CMYK0.030.9200.25
HSL297.93º84.47%40.39%-
HSV(B)297.93º91.58%74.51%-
XYZ29.2514.2849.93-
YUV86.07186.66197.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.18%
GREEN value IS 16 (6.64% from 255) = 4.10%
BLUE value IS 190 (74.61% from 255) = 48.72%
R=47.18%
G=4.10%
B=48.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184161900.030.9200.25297.9384.4740.39
HexB810BE35C01912a5428
Octal27020276313403145212450
Binary1011100010000101111101110111000110011001010101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B810BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B810BE; }

 p { color: rgb(184,16,190); }

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

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

 a { background-color: rgb(184,16,190); }

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

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

 span { border-color: rgb(184,16,190); }

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