Html Css Color HEX #B90CC9 Deep Magenta

📋 copy color: '#B90CC9'

red 185 ◦ green 12 ◦ blue 201

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

Shades of Deep Magenta #B90CC9

Tints of Deep Magenta #B90CC9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.02%

 BLUE value IS 201 (78.91% from 255) = 50.5%

R = 46.48%
G = 3.02%
B = 50.5%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B90CC9 (or 0xB90CC9) is known color: Deep Magenta. HEX triplet: B9, 0C and C9. RGB value is (185,12,201). Sum of RGB (Red+Green+Blue) = 185+12+201=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #B90CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90CC9 is #46F336. Grayscale: #545454. Windows color (decimal): -4649783 or 13175993. OLE color: 13175993.

HSL color Cylindrical-coordinate representation of color #B90CC9: hue angle of 294.92º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90CC9 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 12 201 -
CMYK 0.08 0.94 0 0.21
HSL 294.92º 0.89% 0.42% -
HSV(B) 294.92º 0.94% 0.79% -
XYZ 30.68 14.79 56.5 -
YUV 85.27 193.31 199.13 -
System Red Green Blue C M Y K H S L
Decimal 185 12 201 0.08 0.94 0 0.21 294.92 0.89 0.42
Hex B9 C C9 8 5E 0 15 127 59 2A
Octal 271 14 311 10 136 0 25 447 131 52
Binary 10111001 1100 11001001 1000 1011110 0 10101 100100111 1011001 101010

Color Harmonies of #B90CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90CC9

Black with #B90CC9

Text Example


Text Example

White with #B90CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90CC9; }

 p { color: rgb(185,12,201); }

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

background-color css

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

 a { background-color: rgb(185,12,201); }

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

border-color css

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

 span { border-color: rgb(185,12,201); }

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