Html Css Color HEX #B90DBF Deep Magenta

📋 copy color: '#B90DBF'

red 185 ◦ green 13 ◦ blue 191

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

Shades of Deep Magenta #B90DBF

Tints of Deep Magenta #B90DBF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.34%

 BLUE value IS 191 (75% from 255) = 49.1%

R = 47.56%
G = 3.34%
B = 49.1%

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

#B90DBF (or 0xB90DBF) is known color: Deep Magenta. HEX triplet: B9, 0D and BF. RGB value is (185,13,191). Sum of RGB (Red+Green+Blue) = 185+13+191=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #B90DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90DBF is #46F240. Grayscale: #545454. Windows color (decimal): -4649537 or 12520889. OLE color: 12520889.

HSL color Cylindrical-coordinate representation of color #B90DBF: hue angle of 297.98º degrees, saturation: 0.87, 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 #B90DBF is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 13 191 -
CMYK 0.03 0.93 0 0.25
HSL 297.98º 0.87% 0.4% -
HSV(B) 297.98º 0.93% 0.75% -
XYZ 29.56 14.36 50.5 -
YUV 84.72 187.98 199.53 -
System Red Green Blue C M Y K H S L
Decimal 185 13 191 0.03 0.93 0 0.25 297.98 0.87 0.4
Hex B9 D BF 3 5D 0 19 12A 57 28
Octal 271 15 277 3 135 0 31 452 127 50
Binary 10111001 1101 10111111 11 1011101 0 11001 100101010 1010111 101000

Color Harmonies of #B90DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90DBF

Black with #B90DBF

Text Example


Text Example

White with #B90DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90DBF; }

 p { color: rgb(185,13,191); }

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

background-color css

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

 a { background-color: rgb(185,13,191); }

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

border-color css

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

 span { border-color: rgb(185,13,191); }

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