Html Css Color HEX #B906AA Deep Magenta

📋 copy color: '#B906AA'

red 185 ◦ green 6 ◦ blue 170

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

Shades of Deep Magenta #B906AA

Tints of Deep Magenta #B906AA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.66%

 BLUE value IS 170 (66.8% from 255) = 47.09%

R = 51.25%
G = 1.66%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B906AA (or 0xB906AA) is known color: Deep Magenta. HEX triplet: B9, 06 and AA. RGB value is (185,6,170). Sum of RGB (Red+Green+Blue) = 185+6+170=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B906AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B906AA is #46F955. Grayscale: #4D4D4D. Windows color (decimal): -4651350 or 11142841. OLE color: 11142841.

HSL color Cylindrical-coordinate representation of color #B906AA: hue angle of 305.03º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B906AA is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 6 170 -
CMYK 0 0.97 0.08 0.27
HSL 305.03º 0.94% 0.37% -
HSV(B) 305.03º 0.97% 0.73% -
XYZ 27.33 13.35 39.17 -
YUV 78.22 179.8 204.16 -
System Red Green Blue C M Y K H S L
Decimal 185 6 170 0 0.97 0.08 0.27 305.03 0.94 0.37
Hex B9 6 AA 0 61 8 1B 131 5E 25
Octal 271 6 252 0 141 10 33 461 136 45
Binary 10111001 110 10101010 0 1100001 1000 11011 100110001 1011110 100101

Color Harmonies of #B906AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B906AA

Black with #B906AA

Text Example


Text Example

White with #B906AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B906AA; }

 p { color: rgb(185,6,170); }

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

background-color css

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

 a { background-color: rgb(185,6,170); }

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

border-color css

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

 span { border-color: rgb(185,6,170); }

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