#B700BE

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

Shades of Deep Magenta #B700BE

Tints of Deep Magenta #B700BE

Color information

#B700BE (or 0xB700BE) is unknown color: approx Deep Magenta. HEX triplet: B7, 00 and BE. RGB value is (183,0,190). Sum of RGB (Red+Green+Blue) = 183+0+190=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #B700BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B700BE is #48FF41. Grayscale: #4B4B4B. Windows color (decimal): -4783938 or 12452023. OLE color: 12452023.

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

Color convert

RGB1830190-
CMYK0.04100.25
HSL297.79º100%37.25%-
HSV(B)297.79º100%74.51%-
XYZ28.8213.7849.86-
YUV76.38192.13204.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 190 (74.61% from 255) = 50.94%
R=49.06%
G=0%
B=50.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18301900.04100.25297.7910037.25
HexB70BE46401912a6425
Octal2670276414403145214445
Binary1011011101011111010011001000110011001010101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B700BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B700BE; }

 p { color: rgb(183,0,190); }

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

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

 a { background-color: rgb(183,0,190); }

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

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

 span { border-color: rgb(183,0,190); }

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