Html Css Color HEX #B90EBC Deep Magenta

📋 copy color: '#B90EBC'

red 185 ◦ green 14 ◦ blue 188

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

Shades of Deep Magenta #B90EBC

Tints of Deep Magenta #B90EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.58%

R = 47.8%
G = 3.62%
B = 48.58%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B90EBC (or 0xB90EBC) is known color: Deep Magenta. HEX triplet: B9, 0E and BC. RGB value is (185,14,188). Sum of RGB (Red+Green+Blue) = 185+14+188=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #B90EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90EBC is #46F143. Grayscale: #545454. Windows color (decimal): -4649284 or 12324537. OLE color: 12324537.

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

Color convert

RGB 185 14 188 -
CMYK 0.02 0.93 0 0.26
HSL 298.97º 0.86% 0.4% -
HSV(B) 298.97º 0.93% 0.74% -
XYZ 29.24 14.26 48.79 -
YUV 84.97 186.15 199.35 -
System Red Green Blue C M Y K H S L
Decimal 185 14 188 0.02 0.93 0 0.26 298.97 0.86 0.4
Hex B9 E BC 2 5D 0 1A 12B 56 28
Octal 271 16 274 2 135 0 32 453 126 50
Binary 10111001 1110 10111100 10 1011101 0 11010 100101011 1010110 101000

Color Harmonies of #B90EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90EBC

Black with #B90EBC

Text Example


Text Example

White with #B90EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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