Html Css Color HEX #B90DDD Deep Magenta

📋 copy color: '#B90DDD'

red 185 ◦ green 13 ◦ blue 221

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

Shades of Deep Magenta #B90DDD

Tints of Deep Magenta #B90DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.1%

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

R = 44.15%
G = 3.1%
B = 52.74%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B90DDD (or 0xB90DDD) is known color: Deep Magenta. HEX triplet: B9, 0D and DD. RGB value is (185,13,221). Sum of RGB (Red+Green+Blue) = 185+13+221=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #B90DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90DDD is #46F222. Grayscale: #575757. Windows color (decimal): -4649507 or 14486969. OLE color: 14486969.

HSL color Cylindrical-coordinate representation of color #B90DDD: hue angle of 289.62º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90DDD is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 13 221 -
CMYK 0.16 0.94 0 0.13
HSL 289.62º 0.89% 0.46% -
HSV(B) 289.62º 0.94% 0.87% -
XYZ 33.2 15.82 69.71 -
YUV 88.14 202.98 197.09 -
System Red Green Blue C M Y K H S L
Decimal 185 13 221 0.16 0.94 0 0.13 289.62 0.89 0.46
Hex B9 D DD 10 5E 0 D 122 59 2E
Octal 271 15 335 20 136 0 15 442 131 56
Binary 10111001 1101 11011101 10000 1011110 0 1101 100100010 1011001 101110

Color Harmonies of #B90DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90DDD

Black with #B90DDD

Text Example


Text Example

White with #B90DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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