Html Css Color HEX #B802B1 Deep Magenta

📋 copy color: '#B802B1'

red 184 ◦ green 2 ◦ blue 177

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

Shades of Deep Magenta #B802B1

Tints of Deep Magenta #B802B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 48.76%

R = 50.69%
G = 0.55%
B = 48.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B802B1 (or 0xB802B1) is known color: Deep Magenta. HEX triplet: B8, 02 and B1. RGB value is (184,2,177). Sum of RGB (Red+Green+Blue) = 184+2+177=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 177 (69.53% from 255 or 48.76% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B802B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B802B1 is #47FD4E. Grayscale: #4B4B4B. Windows color (decimal): -4717903 or 11600568. OLE color: 11600568.

HSL color Cylindrical-coordinate representation of color #B802B1: hue angle of 302.31º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B802B1 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 2 177 -
CMYK 0 0.99 0.04 0.28
HSL 302.31º 0.98% 0.36% -
HSV(B) 302.31º 0.99% 0.72% -
XYZ 27.72 13.41 42.72 -
YUV 76.37 184.8 204.77 -
System Red Green Blue C M Y K H S L
Decimal 184 2 177 0 0.99 0.04 0.28 302.31 0.98 0.36
Hex B8 2 B1 0 63 4 1C 12E 62 24
Octal 270 2 261 0 143 4 34 456 142 44
Binary 10111000 10 10110001 0 1100011 100 11100 100101110 1100010 100100

Color Harmonies of #B802B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B802B1

Black with #B802B1

Text Example


Text Example

White with #B802B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B802B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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