Html Css Color HEX #B81CD5 Deep Magenta

📋 copy color: '#B81CD5'

red 184 ◦ green 28 ◦ blue 213

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

Shades of Deep Magenta #B81CD5

Tints of Deep Magenta #B81CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.12%

R = 43.29%
G = 6.59%
B = 50.12%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B81CD5 (or 0xB81CD5) is known color: Deep Magenta. HEX triplet: B8, 1C and D5. RGB value is (184,28,213). Sum of RGB (Red+Green+Blue) = 184+28+213=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 213 (83.59% from 255 or 50.12% from 425); Max value from RGB is 213 - color contains mainly: blue. Hex color #B81CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81CD5 is #47E32A. Grayscale: #5F5F5F. Windows color (decimal): -4711211 or 13966520. OLE color: 13966520.

HSL color Cylindrical-coordinate representation of color #B81CD5: hue angle of 290.59º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81CD5 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 28 213 -
CMYK 0.14 0.87 0 0.16
HSL 290.59º 0.77% 0.47% -
HSV(B) 290.59º 0.87% 0.84% -
XYZ 32.19 15.82 64.31 -
YUV 95.73 194.18 190.96 -
System Red Green Blue C M Y K H S L
Decimal 184 28 213 0.14 0.87 0 0.16 290.59 0.77 0.47
Hex B8 1C D5 E 57 0 10 123 4D 2F
Octal 270 34 325 16 127 0 20 443 115 57
Binary 10111000 11100 11010101 1110 1010111 0 10000 100100011 1001101 101111

Color Harmonies of #B81CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81CD5

Black with #B81CD5

Text Example


Text Example

White with #B81CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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