Html Css Color HEX #B90FDA Deep Magenta

📋 copy color: '#B90FDA'

red 185 ◦ green 15 ◦ blue 218

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

Shades of Deep Magenta #B90FDA

Tints of Deep Magenta #B90FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.15%

R = 44.26%
G = 3.59%
B = 52.15%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B90FDA (or 0xB90FDA) is known color: Deep Magenta. HEX triplet: B9, 0F and DA. RGB value is (185,15,218). Sum of RGB (Red+Green+Blue) = 185+15+218=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #B90FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90FDA is #46F025. Grayscale: #585858. Windows color (decimal): -4648998 or 14290873. OLE color: 14290873.

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

Color convert

RGB 185 15 218 -
CMYK 0.15 0.93 0 0.15
HSL 290.25º 0.87% 0.46% -
HSV(B) 290.25º 0.93% 0.85% -
XYZ 32.83 15.72 67.63 -
YUV 88.97 200.82 196.49 -
System Red Green Blue C M Y K H S L
Decimal 185 15 218 0.15 0.93 0 0.15 290.25 0.87 0.46
Hex B9 F DA F 5D 0 F 122 57 2E
Octal 271 17 332 17 135 0 17 442 127 56
Binary 10111001 1111 11011010 1111 1011101 0 1111 100100010 1010111 101110

Color Harmonies of #B90FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90FDA

Black with #B90FDA

Text Example


Text Example

White with #B90FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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