Html Css Color HEX #B90EDD Deep Magenta

📋 copy color: '#B90EDD'

red 185 ◦ green 14 ◦ blue 221

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

Shades of Deep Magenta #B90EDD

Tints of Deep Magenta #B90EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.33%

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

R = 44.05%
G = 3.33%
B = 52.62%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B90EDD (or 0xB90EDD) is known color: Deep Magenta. HEX triplet: B9, 0E and DD. RGB value is (185,14,221). Sum of RGB (Red+Green+Blue) = 185+14+221=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #B90EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90EDD is #46F122. Grayscale: #585858. Windows color (decimal): -4649251 or 14487225. OLE color: 14487225.

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

Color convert

RGB 185 14 221 -
CMYK 0.16 0.94 0 0.13
HSL 289.57º 0.88% 0.46% -
HSV(B) 289.57º 0.94% 0.87% -
XYZ 33.22 15.85 69.72 -
YUV 88.73 202.65 196.67 -
System Red Green Blue C M Y K H S L
Decimal 185 14 221 0.16 0.94 0 0.13 289.57 0.88 0.46
Hex B9 E DD 10 5E 0 D 122 58 2E
Octal 271 16 335 20 136 0 15 442 130 56
Binary 10111001 1110 11011101 10000 1011110 0 1101 100100010 1011000 101110

Color Harmonies of #B90EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90EDD

Black with #B90EDD

Text Example


Text Example

White with #B90EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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