Html Css Color HEX #B908A6 Deep Magenta

📋 copy color: '#B908A6'

red 185 ◦ green 8 ◦ blue 166

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

Shades of Deep Magenta #B908A6

Tints of Deep Magenta #B908A6

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.23%

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

R = 51.53%
G = 2.23%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B908A6 (or 0xB908A6) is known color: Deep Magenta. HEX triplet: B9, 08 and A6. RGB value is (185,8,166). Sum of RGB (Red+Green+Blue) = 185+8+166=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B908A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B908A6 is #46F759. Grayscale: #4E4E4E. Windows color (decimal): -4650842 or 10881209. OLE color: 10881209.

HSL color Cylindrical-coordinate representation of color #B908A6: hue angle of 306.44º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B908A6 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 8 166 -
CMYK 0 0.96 0.10 0.27
HSL 306.44º 0.92% 0.38% -
HSV(B) 306.44º 0.96% 0.73% -
XYZ 26.98 13.24 37.21 -
YUV 78.94 177.14 203.65 -
System Red Green Blue C M Y K H S L
Decimal 185 8 166 0 0.96 0.10 0.27 306.44 0.92 0.38
Hex B9 8 A6 0 60 A 1B 132 5C 26
Octal 271 10 246 0 140 12 33 462 134 46
Binary 10111001 1000 10100110 0 1100000 1010 11011 100110010 1011100 100110

Color Harmonies of #B908A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B908A6

Black with #B908A6

Text Example


Text Example

White with #B908A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B908A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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