Html Css Color HEX #B906A6 Deep Magenta

📋 copy color: '#B906A6'

red 185 ◦ green 6 ◦ blue 166

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

Shades of Deep Magenta #B906A6

Tints of Deep Magenta #B906A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.5%

R = 51.82%
G = 1.68%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B906A6 (or 0xB906A6) is known color: Deep Magenta. HEX triplet: B9, 06 and A6. RGB value is (185,6,166). Sum of RGB (Red+Green+Blue) = 185+6+166=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 6 (2.73% from 255 or 1.68% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B906A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B906A6 is #46F959. Grayscale: #4D4D4D. Windows color (decimal): -4651354 or 10880697. OLE color: 10880697.

HSL color Cylindrical-coordinate representation of color #B906A6: hue angle of 306.37º 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 #B906A6 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 6 166 -
CMYK 0 0.97 0.10 0.27
HSL 306.37º 0.94% 0.37% -
HSV(B) 306.37º 0.97% 0.73% -
XYZ 26.96 13.2 37.2 -
YUV 77.76 177.8 204.49 -
System Red Green Blue C M Y K H S L
Decimal 185 6 166 0 0.97 0.10 0.27 306.37 0.94 0.37
Hex B9 6 A6 0 61 A 1B 132 5E 25
Octal 271 6 246 0 141 12 33 462 136 45
Binary 10111001 110 10100110 0 1100001 1010 11011 100110010 1011110 100101

Color Harmonies of #B906A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B906A6

Black with #B906A6

Text Example


Text Example

White with #B906A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B906A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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