Html Css Color HEX #B90FDD Deep Magenta

📋 copy color: '#B90FDD'

red 185 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #B90FDD

Tints of Deep Magenta #B90FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.56%

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

R = 43.94%
G = 3.56%
B = 52.49%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B90FDD (or 0xB90FDD) is known color: Deep Magenta. HEX triplet: B9, 0F and DD. RGB value is (185,15,221). Sum of RGB (Red+Green+Blue) = 185+15+221=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #B90FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90FDD is #46F022. Grayscale: #585858. Windows color (decimal): -4648995 or 14487481. OLE color: 14487481.

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

Color convert

RGB 185 15 221 -
CMYK 0.16 0.93 0 0.13
HSL 289.51º 0.87% 0.46% -
HSV(B) 289.51º 0.93% 0.87% -
XYZ 33.23 15.88 69.72 -
YUV 89.31 202.32 196.25 -
System Red Green Blue C M Y K H S L
Decimal 185 15 221 0.16 0.93 0 0.13 289.51 0.87 0.46
Hex B9 F DD 10 5D 0 D 122 57 2E
Octal 271 17 335 20 135 0 15 442 127 56
Binary 10111001 1111 11011101 10000 1011101 0 1101 100100010 1010111 101110

Color Harmonies of #B90FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90FDD

Black with #B90FDD

Text Example


Text Example

White with #B90FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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