Html Css Color HEX #B90DC7 Deep Magenta

📋 copy color: '#B90DC7'

red 185 ◦ green 13 ◦ blue 199

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

Shades of Deep Magenta #B90DC7

Tints of Deep Magenta #B90DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 50.13%

R = 46.6%
G = 3.27%
B = 50.13%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B90DC7 (or 0xB90DC7) is known color: Deep Magenta. HEX triplet: B9, 0D and C7. RGB value is (185,13,199). Sum of RGB (Red+Green+Blue) = 185+13+199=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 199 (78.12% from 255 or 50.13% from 397); Max value from RGB is 199 - color contains mainly: blue. Hex color #B90DC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90DC7 is #46F238. Grayscale: #555555. Windows color (decimal): -4649529 or 13045177. OLE color: 13045177.

HSL color Cylindrical-coordinate representation of color #B90DC7: hue angle of 295.48º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90DC7 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 13 199 -
CMYK 0.07 0.93 0 0.22
HSL 295.48º 0.88% 0.42% -
HSV(B) 295.48º 0.93% 0.78% -
XYZ 30.46 14.73 55.27 -
YUV 85.63 191.98 198.88 -
System Red Green Blue C M Y K H S L
Decimal 185 13 199 0.07 0.93 0 0.22 295.48 0.88 0.42
Hex B9 D C7 7 5D 0 16 127 58 2A
Octal 271 15 307 7 135 0 26 447 130 52
Binary 10111001 1101 11000111 111 1011101 0 10110 100100111 1011000 101010

Color Harmonies of #B90DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90DC7

Black with #B90DC7

Text Example


Text Example

White with #B90DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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