Html Css Color HEX #B913DD Deep Magenta

📋 copy color: '#B913DD'

red 185 ◦ green 19 ◦ blue 221

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

Shades of Deep Magenta #B913DD

Tints of Deep Magenta #B913DD

RGB

 RED value IS 185 (72.66% from 255) = 43.53%

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

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

R = 43.53%
G = 4.47%
B = 52%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B913DD (or 0xB913DD) is known color: Deep Magenta. HEX triplet: B9, 13 and DD. RGB value is (185,19,221). Sum of RGB (Red+Green+Blue) = 185+19+221=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #B913DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B913DD is #46EC22. Grayscale: #5B5B5B. Windows color (decimal): -4647971 or 14488505. OLE color: 14488505.

HSL color Cylindrical-coordinate representation of color #B913DD: hue angle of 289.31º 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 #B913DD is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 19 221 -
CMYK 0.16 0.91 0 0.13
HSL 289.31º 0.84% 0.47% -
HSV(B) 289.31º 0.91% 0.87% -
XYZ 33.29 16 69.74 -
YUV 91.66 201 194.57 -
System Red Green Blue C M Y K H S L
Decimal 185 19 221 0.16 0.91 0 0.13 289.31 0.84 0.47
Hex B9 13 DD 10 5B 0 D 121 54 2F
Octal 271 23 335 20 133 0 15 441 124 57
Binary 10111001 10011 11011101 10000 1011011 0 1101 100100001 1010100 101111

Color Harmonies of #B913DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B913DD

Black with #B913DD

Text Example


Text Example

White with #B913DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B913DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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