#B700BD

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

Shades of Deep Magenta #B700BD

Tints of Deep Magenta #B700BD

Color information

#B700BD (or 0xB700BD) is unknown color: approx Deep Magenta. HEX triplet: B7, 00 and BD. RGB value is (183,0,189). Sum of RGB (Red+Green+Blue) = 183+0+189=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #B700BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B700BD is #48FF42. Grayscale: #4B4B4B. Windows color (decimal): -4783939 or 12386487. OLE color: 12386487.

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

Color convert

RGB1830189-
CMYK0.03100.26
HSL298.1º100%37.06%-
HSV(B)298.1º100%74.12%-
XYZ28.7113.7449.28-
YUV76.26191.63204.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 50.81%
R=49.19%
G=0%
B=50.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18301890.03100.26298.110037.06
HexB70BD36401A12a6425
Octal2670275314403245214445
Binary101101110101111011111001000110101001010101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B700BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B700BD; }

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

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

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

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

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

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

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

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