Html Css Color HEX #B90DDB Deep Magenta

📋 copy color: '#B90DDB'

red 185 ◦ green 13 ◦ blue 219

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

Shades of Deep Magenta #B90DDB

Tints of Deep Magenta #B90DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.52%

R = 44.36%
G = 3.12%
B = 52.52%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B90DDB (or 0xB90DDB) is known color: Deep Magenta. HEX triplet: B9, 0D and DB. RGB value is (185,13,219). Sum of RGB (Red+Green+Blue) = 185+13+219=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 13 (5.47% from 255 or 3.12% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #B90DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90DDB is #46F224. Grayscale: #575757. Windows color (decimal): -4649509 or 14355897. OLE color: 14355897.

HSL color Cylindrical-coordinate representation of color #B90DDB: hue angle of 290.1º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90DDB is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 13 219 -
CMYK 0.16 0.94 0 0.14
HSL 290.1º 0.89% 0.45% -
HSV(B) 290.1º 0.94% 0.86% -
XYZ 32.94 15.72 68.32 -
YUV 87.91 201.98 197.25 -
System Red Green Blue C M Y K H S L
Decimal 185 13 219 0.16 0.94 0 0.14 290.1 0.89 0.45
Hex B9 D DB 10 5E 0 E 122 59 2D
Octal 271 15 333 20 136 0 16 442 131 55
Binary 10111001 1101 11011011 10000 1011110 0 1110 100100010 1011001 101101

Color Harmonies of #B90DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90DDB

Black with #B90DDB

Text Example


Text Example

White with #B90DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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