Html Css Color HEX #B90ADC Deep Magenta

📋 copy color: '#B90ADC'

red 185 ◦ green 10 ◦ blue 220

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

Shades of Deep Magenta #B90ADC

Tints of Deep Magenta #B90ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.01%

R = 44.58%
G = 2.41%
B = 53.01%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B90ADC (or 0xB90ADC) is known color: Deep Magenta. HEX triplet: B9, 0A and DC. RGB value is (185,10,220). Sum of RGB (Red+Green+Blue) = 185+10+220=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 10 (4.30% from 255 or 2.41% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #B90ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90ADC is #46F523. Grayscale: #555555. Windows color (decimal): -4650276 or 14420665. OLE color: 14420665.

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

Color convert

RGB 185 10 220 -
CMYK 0.16 0.95 0 0.14
HSL 290º 0.91% 0.45% -
HSV(B) 290º 0.95% 0.86% -
XYZ 33.03 15.7 69 -
YUV 86.27 203.48 198.42 -
System Red Green Blue C M Y K H S L
Decimal 185 10 220 0.16 0.95 0 0.14 290 0.91 0.45
Hex B9 A DC 10 5F 0 E 122 5B 2D
Octal 271 12 334 20 137 0 16 442 133 55
Binary 10111001 1010 11011100 10000 1011111 0 1110 100100010 1011011 101101

Color Harmonies of #B90ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90ADC

Black with #B90ADC

Text Example


Text Example

White with #B90ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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