Html Css Color HEX #B81CD1 Deep Magenta

📋 copy color: '#B81CD1'

red 184 ◦ green 28 ◦ blue 209

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

Shades of Deep Magenta #B81CD1

Tints of Deep Magenta #B81CD1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.65%

 BLUE value IS 209 (82.03% from 255) = 49.64%

R = 43.71%
G = 6.65%
B = 49.64%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B81CD1 (or 0xB81CD1) is known color: Deep Magenta. HEX triplet: B8, 1C and D1. RGB value is (184,28,209). Sum of RGB (Red+Green+Blue) = 184+28+209=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 209 (82.03% from 255 or 49.64% from 421); Max value from RGB is 209 - color contains mainly: blue. Hex color #B81CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81CD1 is #47E32E. Grayscale: #5E5E5E. Windows color (decimal): -4711215 or 13704376. OLE color: 13704376.

HSL color Cylindrical-coordinate representation of color #B81CD1: hue angle of 291.71º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81CD1 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 28 209 -
CMYK 0.12 0.87 0 0.18
HSL 291.71º 0.76% 0.46% -
HSV(B) 291.71º 0.87% 0.82% -
XYZ 31.69 15.62 61.67 -
YUV 95.28 192.18 191.28 -
System Red Green Blue C M Y K H S L
Decimal 184 28 209 0.12 0.87 0 0.18 291.71 0.76 0.46
Hex B8 1C D1 C 57 0 12 124 4C 2E
Octal 270 34 321 14 127 0 22 444 114 56
Binary 10111000 11100 11010001 1100 1010111 0 10010 100100100 1001100 101110

Color Harmonies of #B81CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81CD1

Black with #B81CD1

Text Example


Text Example

White with #B81CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81CD1; }

 p { color: rgb(184,28,209); }

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

background-color css

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

 a { background-color: rgb(184,28,209); }

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

border-color css

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

 span { border-color: rgb(184,28,209); }

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