Html Css Color HEX #B906AB Deep Magenta

📋 copy color: '#B906AB'

red 185 ◦ green 6 ◦ blue 171

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

Shades of Deep Magenta #B906AB

Tints of Deep Magenta #B906AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 51.1%
G = 1.66%
B = 47.24%

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

#B906AB (or 0xB906AB) is known color: Deep Magenta. HEX triplet: B9, 06 and AB. RGB value is (185,6,171). Sum of RGB (Red+Green+Blue) = 185+6+171=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B906AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B906AB is #46F954. Grayscale: #4D4D4D. Windows color (decimal): -4651349 or 11208377. OLE color: 11208377.

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

Color convert

RGB 185 6 171 -
CMYK 0 0.97 0.08 0.27
HSL 304.69º 0.94% 0.37% -
HSV(B) 304.69º 0.97% 0.73% -
XYZ 27.42 13.38 39.67 -
YUV 78.33 180.3 204.08 -
System Red Green Blue C M Y K H S L
Decimal 185 6 171 0 0.97 0.08 0.27 304.69 0.94 0.37
Hex B9 6 AB 0 61 8 1B 131 5E 25
Octal 271 6 253 0 141 10 33 461 136 45
Binary 10111001 110 10101011 0 1100001 1000 11011 100110001 1011110 100101

Color Harmonies of #B906AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B906AB

Black with #B906AB

Text Example


Text Example

White with #B906AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B906AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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