Html Css Color HEX #B913D7 Deep Magenta

📋 copy color: '#B913D7'

red 185 ◦ green 19 ◦ blue 215

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

Shades of Deep Magenta #B913D7

Tints of Deep Magenta #B913D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.31%

R = 44.15%
G = 4.53%
B = 51.31%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B913D7 (or 0xB913D7) is known color: Deep Magenta. HEX triplet: B9, 13 and D7. RGB value is (185,19,215). Sum of RGB (Red+Green+Blue) = 185+19+215=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 19 (7.81% from 255 or 4.53% from 419); Blue value is 215 (84.38% from 255 or 51.31% from 419); Max value from RGB is 215 - color contains mainly: blue. Hex color #B913D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B913D7 is #46EC28. Grayscale: #5A5A5A. Windows color (decimal): -4647977 or 14095289. OLE color: 14095289.

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

Color convert

RGB 185 19 215 -
CMYK 0.14 0.91 0 0.16
HSL 290.82º 0.84% 0.46% -
HSV(B) 290.82º 0.91% 0.84% -
XYZ 32.51 15.69 65.6 -
YUV 90.98 198 195.06 -
System Red Green Blue C M Y K H S L
Decimal 185 19 215 0.14 0.91 0 0.16 290.82 0.84 0.46
Hex B9 13 D7 E 5B 0 10 123 54 2E
Octal 271 23 327 16 133 0 20 443 124 56
Binary 10111001 10011 11010111 1110 1011011 0 10000 100100011 1010100 101110

Color Harmonies of #B913D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B913D7

Black with #B913D7

Text Example


Text Example

White with #B913D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B913D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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