Html Css Color HEX #B90DDE Deep Magenta

📋 copy color: '#B90DDE'

red 185 ◦ green 13 ◦ blue 222

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

Shades of Deep Magenta #B90DDE

Tints of Deep Magenta #B90DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.86%

R = 44.05%
G = 3.1%
B = 52.86%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B90DDE (or 0xB90DDE) is known color: Deep Magenta. HEX triplet: B9, 0D and DE. RGB value is (185,13,222). Sum of RGB (Red+Green+Blue) = 185+13+222=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #B90DDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90DDE is #46F221. Grayscale: #575757. Windows color (decimal): -4649506 or 14552505. OLE color: 14552505.

HSL color Cylindrical-coordinate representation of color #B90DDE: hue angle of 289.38º 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 #B90DDE is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 13 222 -
CMYK 0.17 0.94 0 0.13
HSL 289.38º 0.89% 0.46% -
HSV(B) 289.38º 0.94% 0.87% -
XYZ 33.34 15.88 70.41 -
YUV 88.25 203.48 197.01 -
System Red Green Blue C M Y K H S L
Decimal 185 13 222 0.17 0.94 0 0.13 289.38 0.89 0.46
Hex B9 D DE 11 5E 0 D 121 59 2E
Octal 271 15 336 21 136 0 15 441 131 56
Binary 10111001 1101 11011110 10001 1011110 0 1101 100100001 1011001 101110

Color Harmonies of #B90DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90DDE

Black with #B90DDE

Text Example


Text Example

White with #B90DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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