#B600BE

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

Shades of Deep Magenta #B600BE

Tints of Deep Magenta #B600BE

Color information

#B600BE (or 0xB600BE) is unknown color: approx Deep Magenta. HEX triplet: B6, 00 and BE. RGB value is (182,0,190). Sum of RGB (Red+Green+Blue) = 182+0+190=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #B600BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B600BE is #49FF41. Grayscale: #4B4B4B. Windows color (decimal): -4849474 or 12452022. OLE color: 12452022.

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

Color convert

RGB1820190-
CMYK0.04100.25
HSL297.47º100%37.25%-
HSV(B)297.47º100%74.51%-
XYZ28.5913.6649.85-
YUV76.08192.3203.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 190 (74.61% from 255) = 51.08%
R=48.92%
G=0%
B=51.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18201900.04100.25297.4710037.25
HexB60BE4640191296425
Octal2660276414403145114445
Binary1011011001011111010011001000110011001010011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B600BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B600BE; }

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

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

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

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

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

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

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

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