Html Css Color HEX #B90ECD Deep Magenta

📋 copy color: '#B90ECD'

red 185 ◦ green 14 ◦ blue 205

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

Shades of Deep Magenta #B90ECD

Tints of Deep Magenta #B90ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 45.79%
G = 3.47%
B = 50.74%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B90ECD (or 0xB90ECD) is known color: Deep Magenta. HEX triplet: B9, 0E and CD. RGB value is (185,14,205). Sum of RGB (Red+Green+Blue) = 185+14+205=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #B90ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90ECD is #46F132. Grayscale: #565656. Windows color (decimal): -4649267 or 13438649. OLE color: 13438649.

HSL color Cylindrical-coordinate representation of color #B90ECD: hue angle of 293.72º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90ECD is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 14 205 -
CMYK 0.10 0.93 0 0.20
HSL 293.72º 0.87% 0.43% -
HSV(B) 293.72º 0.93% 0.8% -
XYZ 31.18 15.04 59.02 -
YUV 86.9 194.65 197.97 -
System Red Green Blue C M Y K H S L
Decimal 185 14 205 0.10 0.93 0 0.20 293.72 0.87 0.43
Hex B9 E CD A 5D 0 14 126 57 2B
Octal 271 16 315 12 135 0 24 446 127 53
Binary 10111001 1110 11001101 1010 1011101 0 10100 100100110 1010111 101011

Color Harmonies of #B90ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90ECD

Black with #B90ECD

Text Example


Text Example

White with #B90ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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