Html Css Color HEX #B81ECD Deep Magenta

📋 copy color: '#B81ECD'

red 184 ◦ green 30 ◦ blue 205

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

Shades of Deep Magenta #B81ECD

Tints of Deep Magenta #B81ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.16%

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

R = 43.91%
G = 7.16%
B = 48.93%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B81ECD (or 0xB81ECD) is known color: Deep Magenta. HEX triplet: B8, 1E and CD. RGB value is (184,30,205). Sum of RGB (Red+Green+Blue) = 184+30+205=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #B81ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81ECD is #47E132. Grayscale: #5F5F5F. Windows color (decimal): -4710707 or 13442744. OLE color: 13442744.

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

Color convert

RGB 184 30 205 -
CMYK 0.10 0.85 0 0.20
HSL 292.8º 0.74% 0.46% -
HSV(B) 292.8º 0.85% 0.8% -
XYZ 31.25 15.53 59.11 -
YUV 96 189.52 190.77 -
System Red Green Blue C M Y K H S L
Decimal 184 30 205 0.10 0.85 0 0.20 292.8 0.74 0.46
Hex B8 1E CD A 55 0 14 125 4A 2E
Octal 270 36 315 12 125 0 24 445 112 56
Binary 10111000 11110 11001101 1010 1010101 0 10100 100100101 1001010 101110

Color Harmonies of #B81ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81ECD

Black with #B81ECD

Text Example


Text Example

White with #B81ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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