Html Css Color HEX #B90EDF Deep Magenta

📋 copy color: '#B90EDF'

red 185 ◦ green 14 ◦ blue 223

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

Shades of Deep Magenta #B90EDF

Tints of Deep Magenta #B90EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.84%

R = 43.84%
G = 3.32%
B = 52.84%

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

#B90EDF (or 0xB90EDF) is known color: Deep Magenta. HEX triplet: B9, 0E and DF. RGB value is (185,14,223). Sum of RGB (Red+Green+Blue) = 185+14+223=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #B90EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90EDF is #46F120. Grayscale: #585858. Windows color (decimal): -4649249 or 14618297. OLE color: 14618297.

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

Color convert

RGB 185 14 223 -
CMYK 0.17 0.94 0 0.13
HSL 289.09º 0.88% 0.46% -
HSV(B) 289.09º 0.94% 0.87% -
XYZ 33.48 15.96 71.13 -
YUV 88.96 203.65 196.51 -
System Red Green Blue C M Y K H S L
Decimal 185 14 223 0.17 0.94 0 0.13 289.09 0.88 0.46
Hex B9 E DF 11 5E 0 D 121 58 2E
Octal 271 16 337 21 136 0 15 441 130 56
Binary 10111001 1110 11011111 10001 1011110 0 1101 100100001 1011000 101110

Color Harmonies of #B90EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90EDF

Black with #B90EDF

Text Example


Text Example

White with #B90EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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