Html Css Color HEX #B90BBE Deep Magenta

📋 copy color: '#B90BBE'

red 185 ◦ green 11 ◦ blue 190

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

Shades of Deep Magenta #B90BBE

Tints of Deep Magenta #B90BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.22%

R = 47.93%
G = 2.85%
B = 49.22%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B90BBE (or 0xB90BBE) is known color: Deep Magenta. HEX triplet: B9, 0B and BE. RGB value is (185,11,190). Sum of RGB (Red+Green+Blue) = 185+11+190=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #B90BBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90BBE is #46F441. Grayscale: #525252. Windows color (decimal): -4650050 or 12454841. OLE color: 12454841.

HSL color Cylindrical-coordinate representation of color #B90BBE: hue angle of 298.32º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90BBE is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 11 190 -
CMYK 0.03 0.94 0 0.25
HSL 298.32º 0.89% 0.39% -
HSV(B) 298.32º 0.94% 0.75% -
XYZ 29.42 14.27 49.92 -
YUV 83.43 188.15 200.45 -
System Red Green Blue C M Y K H S L
Decimal 185 11 190 0.03 0.94 0 0.25 298.32 0.89 0.39
Hex B9 B BE 3 5E 0 19 12A 59 27
Octal 271 13 276 3 136 0 31 452 131 47
Binary 10111001 1011 10111110 11 1011110 0 11001 100101010 1011001 100111

Color Harmonies of #B90BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90BBE

Black with #B90BBE

Text Example


Text Example

White with #B90BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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