Html Css Color HEX #B802CD Deep Magenta

📋 copy color: '#B802CD'

red 184 ◦ green 2 ◦ blue 205

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

Shades of Deep Magenta #B802CD

Tints of Deep Magenta #B802CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.43%

R = 47.06%
G = 0.51%
B = 52.43%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B802CD (or 0xB802CD) is known color: Deep Magenta. HEX triplet: B8, 02 and CD. RGB value is (184,2,205). Sum of RGB (Red+Green+Blue) = 184+2+205=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #B802CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B802CD is #47FD32. Grayscale: #4E4E4E. Windows color (decimal): -4717875 or 13435576. OLE color: 13435576.

HSL color Cylindrical-coordinate representation of color #B802CD: hue angle of 293.79º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B802CD is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 2 205 -
CMYK 0.10 0.99 0 0.20
HSL 293.79º 0.98% 0.41% -
HSV(B) 293.79º 0.99% 0.8% -
XYZ 30.81 14.64 58.96 -
YUV 79.56 198.8 202.49 -
System Red Green Blue C M Y K H S L
Decimal 184 2 205 0.10 0.99 0 0.20 293.79 0.98 0.41
Hex B8 2 CD A 63 0 14 126 62 29
Octal 270 2 315 12 143 0 24 446 142 51
Binary 10111000 10 11001101 1010 1100011 0 10100 100100110 1100010 101001

Color Harmonies of #B802CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B802CD

Black with #B802CD

Text Example


Text Example

White with #B802CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B802CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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