Html Css Color HEX #B813DD Deep Magenta

📋 copy color: '#B813DD'

red 184 ◦ green 19 ◦ blue 221

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

Shades of Deep Magenta #B813DD

Tints of Deep Magenta #B813DD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.48%

 BLUE value IS 221 (86.72% from 255) = 52.12%

R = 43.4%
G = 4.48%
B = 52.12%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B813DD (or 0xB813DD) is known color: Deep Magenta. HEX triplet: B8, 13 and DD. RGB value is (184,19,221). Sum of RGB (Red+Green+Blue) = 184+19+221=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 19 (7.81% from 255 or 4.48% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #B813DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B813DD is #47EC22. Grayscale: #5A5A5A. Windows color (decimal): -4713507 or 14488504. OLE color: 14488504.

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

Color convert

RGB 184 19 221 -
CMYK 0.17 0.91 0 0.13
HSL 289.01º 0.84% 0.47% -
HSV(B) 289.01º 0.91% 0.87% -
XYZ 33.05 15.88 69.73 -
YUV 91.36 201.16 194.07 -
System Red Green Blue C M Y K H S L
Decimal 184 19 221 0.17 0.91 0 0.13 289.01 0.84 0.47
Hex B8 13 DD 11 5B 0 D 121 54 2F
Octal 270 23 335 21 133 0 15 441 124 57
Binary 10111000 10011 11011101 10001 1011011 0 1101 100100001 1010100 101111

Color Harmonies of #B813DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B813DD

Black with #B813DD

Text Example


Text Example

White with #B813DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B813DD; }

 p { color: rgb(184,19,221); }

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

background-color css

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

 a { background-color: rgb(184,19,221); }

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

border-color css

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

 span { border-color: rgb(184,19,221); }

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