Html Css Color HEX #B600DF Deep Magenta

📋 copy color: '#B600DF'

red 182 ◦ green 0 ◦ blue 223

#B600DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #B600DF

Tints of Deep Magenta #B600DF

RGB

 RED value IS 182 (71.48% from 255) = 44.94%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 223 (87.5% from 255) = 55.06%

R = 44.94%
G = 0%
B = 55.06%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B600DF (or 0xB600DF) is known color: Deep Magenta. HEX triplet: B6, 00 and DF. RGB value is (182,0,223). Sum of RGB (Red+Green+Blue) = 182+0+223=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #B600DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B600DF is #49FF20. Grayscale: #4F4F4F. Windows color (decimal): -4849441 or 14614710. OLE color: 14614710.

HSL color Cylindrical-coordinate representation of color #B600DF: hue angle of 288.97º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B600DF is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 0 223 -
CMYK 0.18 1 0 0.13
HSL 288.97º 1% 0.44% -
HSV(B) 288.97º 1% 0.87% -
XYZ 32.61 15.27 71.04 -
YUV 79.84 208.8 200.87 -
System Red Green Blue C M Y K H S L
Decimal 182 0 223 0.18 1 0 0.13 288.97 1 0.44
Hex B6 0 DF 12 64 0 D 121 64 2C
Octal 266 0 337 22 144 0 15 441 144 54
Binary 10110110 0 11011111 10010 1100100 0 1101 100100001 1100100 101100

Color Harmonies of #B600DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B600DF

Black with #B600DF

Text Example


Text Example

White with #B600DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B600DF; }

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

 H1.HeaderClassName
 {
   color: #B600DF;
 }
 .AnyTagClassName
 {
   color: #B600DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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