Html Css Color HEX #B81DCD Deep Magenta

📋 copy color: '#B81DCD'

red 184 ◦ green 29 ◦ blue 205

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

Shades of Deep Magenta #B81DCD

Tints of Deep Magenta #B81DCD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.94%

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

R = 44.02%
G = 6.94%
B = 49.04%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B81DCD (or 0xB81DCD) is known color: Deep Magenta. HEX triplet: B8, 1D and CD. RGB value is (184,29,205). Sum of RGB (Red+Green+Blue) = 184+29+205=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #B81DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81DCD is #47E232. Grayscale: #5E5E5E. Windows color (decimal): -4710963 or 13442488. OLE color: 13442488.

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

Color convert

RGB 184 29 205 -
CMYK 0.10 0.86 0 0.20
HSL 292.84º 0.75% 0.46% -
HSV(B) 292.84º 0.86% 0.8% -
XYZ 31.23 15.48 59.1 -
YUV 95.41 189.85 191.19 -
System Red Green Blue C M Y K H S L
Decimal 184 29 205 0.10 0.86 0 0.20 292.84 0.75 0.46
Hex B8 1D CD A 56 0 14 125 4B 2E
Octal 270 35 315 12 126 0 24 445 113 56
Binary 10111000 11101 11001101 1010 1010110 0 10100 100100101 1001011 101110

Color Harmonies of #B81DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81DCD

Black with #B81DCD

Text Example


Text Example

White with #B81DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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