Html Css Color HEX #B90ADD Deep Magenta

📋 copy color: '#B90ADD'

red 185 ◦ green 10 ◦ blue 221

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

Shades of Deep Magenta #B90ADD

Tints of Deep Magenta #B90ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.4%

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

R = 44.47%
G = 2.4%
B = 53.13%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B90ADD (or 0xB90ADD) is known color: Deep Magenta. HEX triplet: B9, 0A and DD. RGB value is (185,10,221). Sum of RGB (Red+Green+Blue) = 185+10+221=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #B90ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90ADD is #46F522. Grayscale: #555555. Windows color (decimal): -4650275 or 14486201. OLE color: 14486201.

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

Color convert

RGB 185 10 221 -
CMYK 0.16 0.95 0 0.13
HSL 289.76º 0.91% 0.45% -
HSV(B) 289.76º 0.95% 0.87% -
XYZ 33.17 15.75 69.7 -
YUV 86.38 203.98 198.34 -
System Red Green Blue C M Y K H S L
Decimal 185 10 221 0.16 0.95 0 0.13 289.76 0.91 0.45
Hex B9 A DD 10 5F 0 D 122 5B 2D
Octal 271 12 335 20 137 0 15 442 133 55
Binary 10111001 1010 11011101 10000 1011111 0 1101 100100010 1011011 101101

Color Harmonies of #B90ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90ADD

Black with #B90ADD

Text Example


Text Example

White with #B90ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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