Html Css Color HEX #B90DDC Deep Magenta

📋 copy color: '#B90DDC'

red 185 ◦ green 13 ◦ blue 220

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

Shades of Deep Magenta #B90DDC

Tints of Deep Magenta #B90DDC

RGB

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

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

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

R = 44.26%
G = 3.11%
B = 52.63%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B90DDC (or 0xB90DDC) is known color: Deep Magenta. HEX triplet: B9, 0D and DC. RGB value is (185,13,220). Sum of RGB (Red+Green+Blue) = 185+13+220=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #B90DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90DDC is #46F223. Grayscale: #575757. Windows color (decimal): -4649508 or 14421433. OLE color: 14421433.

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

Color convert

RGB 185 13 220 -
CMYK 0.16 0.94 0 0.14
HSL 289.86º 0.89% 0.46% -
HSV(B) 289.86º 0.94% 0.86% -
XYZ 33.07 15.77 69.01 -
YUV 88.03 202.48 197.17 -
System Red Green Blue C M Y K H S L
Decimal 185 13 220 0.16 0.94 0 0.14 289.86 0.89 0.46
Hex B9 D DC 10 5E 0 E 122 59 2E
Octal 271 15 334 20 136 0 16 442 131 56
Binary 10111001 1101 11011100 10000 1011110 0 1110 100100010 1011001 101110

Color Harmonies of #B90DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90DDC

Black with #B90DDC

Text Example


Text Example

White with #B90DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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