Html Css Color HEX #B90FDC Deep Magenta

📋 copy color: '#B90FDC'

red 185 ◦ green 15 ◦ blue 220

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

Shades of Deep Magenta #B90FDC

Tints of Deep Magenta #B90FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.57%

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

R = 44.05%
G = 3.57%
B = 52.38%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B90FDC (or 0xB90FDC) is known color: Deep Magenta. HEX triplet: B9, 0F and DC. RGB value is (185,15,220). Sum of RGB (Red+Green+Blue) = 185+15+220=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #B90FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90FDC is #46F023. Grayscale: #585858. Windows color (decimal): -4648996 or 14421945. OLE color: 14421945.

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

Color convert

RGB 185 15 220 -
CMYK 0.16 0.93 0 0.14
HSL 289.76º 0.87% 0.46% -
HSV(B) 289.76º 0.93% 0.86% -
XYZ 33.1 15.82 69.02 -
YUV 89.2 201.82 196.33 -
System Red Green Blue C M Y K H S L
Decimal 185 15 220 0.16 0.93 0 0.14 289.76 0.87 0.46
Hex B9 F DC 10 5D 0 E 122 57 2E
Octal 271 17 334 20 135 0 16 442 127 56
Binary 10111001 1111 11011100 10000 1011101 0 1110 100100010 1010111 101110

Color Harmonies of #B90FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90FDC

Black with #B90FDC

Text Example


Text Example

White with #B90FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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