Html Css Color HEX #B90EBE Deep Magenta

📋 copy color: '#B90EBE'

red 185 ◦ green 14 ◦ blue 190

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

Shades of Deep Magenta #B90EBE

Tints of Deep Magenta #B90EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 47.56%
G = 3.6%
B = 48.84%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B90EBE (or 0xB90EBE) is known color: Deep Magenta. HEX triplet: B9, 0E and BE. RGB value is (185,14,190). Sum of RGB (Red+Green+Blue) = 185+14+190=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #B90EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90EBE is #46F141. Grayscale: #545454. Windows color (decimal): -4649282 or 12455609. OLE color: 12455609.

HSL color Cylindrical-coordinate representation of color #B90EBE: hue angle of 298.3º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90EBE is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 14 190 -
CMYK 0.03 0.93 0 0.25
HSL 298.3º 0.86% 0.4% -
HSV(B) 298.3º 0.93% 0.75% -
XYZ 29.46 14.35 49.93 -
YUV 85.19 187.15 199.19 -
System Red Green Blue C M Y K H S L
Decimal 185 14 190 0.03 0.93 0 0.25 298.3 0.86 0.4
Hex B9 E BE 3 5D 0 19 12A 56 28
Octal 271 16 276 3 135 0 31 452 126 50
Binary 10111001 1110 10111110 11 1011101 0 11001 100101010 1010110 101000

Color Harmonies of #B90EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90EBE

Black with #B90EBE

Text Example


Text Example

White with #B90EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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