Html Css Color HEX #B81ADF Deep Magenta

📋 copy color: '#B81ADF'

red 184 ◦ green 26 ◦ blue 223

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

Shades of Deep Magenta #B81ADF

Tints of Deep Magenta #B81ADF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6%

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 42.49%
G = 6%
B = 51.5%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B81ADF (or 0xB81ADF) is known color: Deep Magenta. HEX triplet: B8, 1A and DF. RGB value is (184,26,223). Sum of RGB (Red+Green+Blue) = 184+26+223=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #B81ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81ADF is #47E520. Grayscale: #5F5F5F. Windows color (decimal): -4711713 or 14621368. OLE color: 14621368.

HSL color Cylindrical-coordinate representation of color #B81ADF: hue angle of 288.12º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81ADF is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 26 223 -
CMYK 0.17 0.88 0 0.13
HSL 288.12º 0.79% 0.49% -
HSV(B) 288.12º 0.88% 0.87% -
XYZ 33.46 16.26 71.19 -
YUV 95.7 199.85 190.98 -
System Red Green Blue C M Y K H S L
Decimal 184 26 223 0.17 0.88 0 0.13 288.12 0.79 0.49
Hex B8 1A DF 11 58 0 D 120 4F 31
Octal 270 32 337 21 130 0 15 440 117 61
Binary 10111000 11010 11011111 10001 1011000 0 1101 100100000 1001111 110001

Color Harmonies of #B81ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81ADF

Black with #B81ADF

Text Example


Text Example

White with #B81ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81ADF; }

 p { color: rgb(184,26,223); }

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

background-color css

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

 a { background-color: rgb(184,26,223); }

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

border-color css

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

 span { border-color: rgb(184,26,223); }

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