Html Css Color HEX #B800DF Deep Magenta

📋 copy color: '#B800DF'

red 184 ◦ green 0 ◦ blue 223

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

Shades of Deep Magenta #B800DF

Tints of Deep Magenta #B800DF

RGB

 RED value IS 184 (72.27% from 255) = 45.21%

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

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

R = 45.21%
G = 0%
B = 54.79%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B800DF (or 0xB800DF) is known color: Deep Magenta. HEX triplet: B8, 00 and DF. RGB value is (184,0,223). Sum of RGB (Red+Green+Blue) = 184+0+223=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #B800DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B800DF is #47FF20. Grayscale: #4F4F4F. Windows color (decimal): -4718369 or 14614712. OLE color: 14614712.

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

Color convert

RGB 184 0 223 -
CMYK 0.17 1 0 0.13
HSL 289.51º 1% 0.44% -
HSV(B) 289.51º 1% 0.87% -
XYZ 33.09 15.52 71.06 -
YUV 80.44 208.46 201.87 -
System Red Green Blue C M Y K H S L
Decimal 184 0 223 0.17 1 0 0.13 289.51 1 0.44
Hex B8 0 DF 11 64 0 D 122 64 2C
Octal 270 0 337 21 144 0 15 442 144 54
Binary 10111000 0 11011111 10001 1100100 0 1101 100100010 1100100 101100

Color Harmonies of #B800DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B800DF

Black with #B800DF

Text Example


Text Example

White with #B800DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B800DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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