Html Css Color HEX #B90BDC Deep Magenta

📋 copy color: '#B90BDC'

red 185 ◦ green 11 ◦ blue 220

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

Shades of Deep Magenta #B90BDC

Tints of Deep Magenta #B90BDC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.64%

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 44.47%
G = 2.64%
B = 52.88%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B90BDC (or 0xB90BDC) is known color: Deep Magenta. HEX triplet: B9, 0B and DC. RGB value is (185,11,220). Sum of RGB (Red+Green+Blue) = 185+11+220=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 11 (4.69% from 255 or 2.64% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #B90BDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90BDC is #46F423. Grayscale: #565656. Windows color (decimal): -4650020 or 14420921. OLE color: 14420921.

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

Color convert

RGB 185 11 220 -
CMYK 0.16 0.95 0 0.14
HSL 289.95º 0.9% 0.45% -
HSV(B) 289.95º 0.95% 0.86% -
XYZ 33.05 15.72 69 -
YUV 86.85 203.15 198.01 -
System Red Green Blue C M Y K H S L
Decimal 185 11 220 0.16 0.95 0 0.14 289.95 0.9 0.45
Hex B9 B DC 10 5F 0 E 122 5A 2D
Octal 271 13 334 20 137 0 16 442 132 55
Binary 10111001 1011 11011100 10000 1011111 0 1110 100100010 1011010 101101

Color Harmonies of #B90BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90BDC

Black with #B90BDC

Text Example


Text Example

White with #B90BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90BDC; }

 p { color: rgb(185,11,220); }

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

background-color css

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

 a { background-color: rgb(185,11,220); }

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

border-color css

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

 span { border-color: rgb(185,11,220); }

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