Html Css Color HEX #B90BDE Deep Magenta

📋 copy color: '#B90BDE'

red 185 ◦ green 11 ◦ blue 222

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

Shades of Deep Magenta #B90BDE

Tints of Deep Magenta #B90BDE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.63%

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

R = 44.26%
G = 2.63%
B = 53.11%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B90BDE (or 0xB90BDE) is known color: Deep Magenta. HEX triplet: B9, 0B and DE. RGB value is (185,11,222). Sum of RGB (Red+Green+Blue) = 185+11+222=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #B90BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90BDE is #46F421. Grayscale: #565656. Windows color (decimal): -4650018 or 14551993. OLE color: 14551993.

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

Color convert

RGB 185 11 222 -
CMYK 0.17 0.95 0 0.13
HSL 289.48º 0.91% 0.46% -
HSV(B) 289.48º 0.95% 0.87% -
XYZ 33.31 15.83 70.41 -
YUV 87.08 204.15 197.84 -
System Red Green Blue C M Y K H S L
Decimal 185 11 222 0.17 0.95 0 0.13 289.48 0.91 0.46
Hex B9 B DE 11 5F 0 D 121 5B 2E
Octal 271 13 336 21 137 0 15 441 133 56
Binary 10111001 1011 11011110 10001 1011111 0 1101 100100001 1011011 101110

Color Harmonies of #B90BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90BDE

Black with #B90BDE

Text Example


Text Example

White with #B90BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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