Html Css Color HEX #B90DBE Deep Magenta

📋 copy color: '#B90DBE'

red 185 ◦ green 13 ◦ blue 190

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

Shades of Deep Magenta #B90DBE

Tints of Deep Magenta #B90DBE

RGB

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

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

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

R = 47.68%
G = 3.35%
B = 48.97%

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

#B90DBE (or 0xB90DBE) is known color: Deep Magenta. HEX triplet: B9, 0D and BE. RGB value is (185,13,190). Sum of RGB (Red+Green+Blue) = 185+13+190=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #B90DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90DBE is #46F241. Grayscale: #545454. Windows color (decimal): -4649538 or 12455353. OLE color: 12455353.

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

Color convert

RGB 185 13 190 -
CMYK 0.03 0.93 0 0.25
HSL 298.31º 0.87% 0.4% -
HSV(B) 298.31º 0.93% 0.75% -
XYZ 29.45 14.32 49.93 -
YUV 84.61 187.48 199.61 -
System Red Green Blue C M Y K H S L
Decimal 185 13 190 0.03 0.93 0 0.25 298.31 0.87 0.4
Hex B9 D BE 3 5D 0 19 12A 57 28
Octal 271 15 276 3 135 0 31 452 127 50
Binary 10111001 1101 10111110 11 1011101 0 11001 100101010 1010111 101000

Color Harmonies of #B90DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90DBE

Black with #B90DBE

Text Example


Text Example

White with #B90DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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