Html Css Color HEX #B90ED7 Deep Magenta

📋 copy color: '#B90ED7'

red 185 ◦ green 14 ◦ blue 215

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

Shades of Deep Magenta #B90ED7

Tints of Deep Magenta #B90ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.93%

R = 44.69%
G = 3.38%
B = 51.93%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B90ED7 (or 0xB90ED7) is known color: Deep Magenta. HEX triplet: B9, 0E and D7. RGB value is (185,14,215). Sum of RGB (Red+Green+Blue) = 185+14+215=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 14 (5.86% from 255 or 3.38% from 414); Blue value is 215 (84.38% from 255 or 51.93% from 414); Max value from RGB is 215 - color contains mainly: blue. Hex color #B90ED7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90ED7 is #46F128. Grayscale: #575757. Windows color (decimal): -4649257 or 14094009. OLE color: 14094009.

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

Color convert

RGB 185 14 215 -
CMYK 0.14 0.93 0 0.16
HSL 291.04º 0.88% 0.45% -
HSV(B) 291.04º 0.93% 0.84% -
XYZ 32.43 15.53 65.58 -
YUV 88.04 199.65 197.16 -
System Red Green Blue C M Y K H S L
Decimal 185 14 215 0.14 0.93 0 0.16 291.04 0.88 0.45
Hex B9 E D7 E 5D 0 10 123 58 2D
Octal 271 16 327 16 135 0 20 443 130 55
Binary 10111001 1110 11010111 1110 1011101 0 10000 100100011 1011000 101101

Color Harmonies of #B90ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90ED7

Black with #B90ED7

Text Example


Text Example

White with #B90ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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