Html Css Color HEX #B802DF Deep Magenta

📋 copy color: '#B802DF'

red 184 ◦ green 2 ◦ blue 223

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

Shades of Deep Magenta #B802DF

Tints of Deep Magenta #B802DF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.49%

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

R = 44.99%
G = 0.49%
B = 54.52%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B802DF (or 0xB802DF) is known color: Deep Magenta. HEX triplet: B8, 02 and DF. RGB value is (184,2,223). Sum of RGB (Red+Green+Blue) = 184+2+223=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #B802DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B802DF is #47FD20. Grayscale: #505050. Windows color (decimal): -4717857 or 14615224. OLE color: 14615224.

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

Color convert

RGB 184 2 223 -
CMYK 0.17 0.99 0 0.13
HSL 289.41º 0.98% 0.44% -
HSV(B) 289.41º 0.99% 0.87% -
XYZ 33.11 15.56 71.07 -
YUV 81.61 207.8 201.03 -
System Red Green Blue C M Y K H S L
Decimal 184 2 223 0.17 0.99 0 0.13 289.41 0.98 0.44
Hex B8 2 DF 11 63 0 D 121 62 2C
Octal 270 2 337 21 143 0 15 441 142 54
Binary 10111000 10 11011111 10001 1100011 0 1101 100100001 1100010 101100

Color Harmonies of #B802DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B802DF

Black with #B802DF

Text Example


Text Example

White with #B802DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B802DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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