Html Css Color HEX #B90EBD Deep Magenta

📋 copy color: '#B90EBD'

red 185 ◦ green 14 ◦ blue 189

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

Shades of Deep Magenta #B90EBD

Tints of Deep Magenta #B90EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.71%

R = 47.68%
G = 3.61%
B = 48.71%

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

#B90EBD (or 0xB90EBD) is known color: Deep Magenta. HEX triplet: B9, 0E and BD. RGB value is (185,14,189). Sum of RGB (Red+Green+Blue) = 185+14+189=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #B90EBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90EBD is #46F142. Grayscale: #545454. Windows color (decimal): -4649283 or 12390073. OLE color: 12390073.

HSL color Cylindrical-coordinate representation of color #B90EBD: hue angle of 298.63º 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 #B90EBD is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 14 189 -
CMYK 0.02 0.93 0 0.26
HSL 298.63º 0.86% 0.4% -
HSV(B) 298.63º 0.93% 0.74% -
XYZ 29.35 14.3 49.36 -
YUV 85.08 186.65 199.27 -
System Red Green Blue C M Y K H S L
Decimal 185 14 189 0.02 0.93 0 0.26 298.63 0.86 0.4
Hex B9 E BD 2 5D 0 1A 12B 56 28
Octal 271 16 275 2 135 0 32 453 126 50
Binary 10111001 1110 10111101 10 1011101 0 11010 100101011 1010110 101000

Color Harmonies of #B90EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90EBD

Black with #B90EBD

Text Example


Text Example

White with #B90EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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