Html Css Color HEX #B908AD Deep Magenta

📋 copy color: '#B908AD'

red 185 ◦ green 8 ◦ blue 173

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

Shades of Deep Magenta #B908AD

Tints of Deep Magenta #B908AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.27%

R = 50.55%
G = 2.19%
B = 47.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B908AD (or 0xB908AD) is known color: Deep Magenta. HEX triplet: B9, 08 and AD. RGB value is (185,8,173). Sum of RGB (Red+Green+Blue) = 185+8+173=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B908AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B908AD is #46F752. Grayscale: #4F4F4F. Windows color (decimal): -4650835 or 11339961. OLE color: 11339961.

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

Color convert

RGB 185 8 173 -
CMYK 0 0.96 0.06 0.27
HSL 304.07º 0.92% 0.38% -
HSV(B) 304.07º 0.96% 0.73% -
XYZ 27.64 13.51 40.69 -
YUV 79.73 180.64 203.08 -
System Red Green Blue C M Y K H S L
Decimal 185 8 173 0 0.96 0.06 0.27 304.07 0.92 0.38
Hex B9 8 AD 0 60 6 1B 130 5C 26
Octal 271 10 255 0 140 6 33 460 134 46
Binary 10111001 1000 10101101 0 1100000 110 11011 100110000 1011100 100110

Color Harmonies of #B908AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B908AD

Black with #B908AD

Text Example


Text Example

White with #B908AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B908AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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