Html Css Color HEX #B908A7 Deep Magenta

📋 copy color: '#B908A7'

red 185 ◦ green 8 ◦ blue 167

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

Shades of Deep Magenta #B908A7

Tints of Deep Magenta #B908A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.39%

R = 51.39%
G = 2.22%
B = 46.39%

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

#B908A7 (or 0xB908A7) is known color: Deep Magenta. HEX triplet: B9, 08 and A7. RGB value is (185,8,167). Sum of RGB (Red+Green+Blue) = 185+8+167=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 167 (65.62% from 255 or 46.39% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B908A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B908A7 is #46F758. Grayscale: #4E4E4E. Windows color (decimal): -4650841 or 10946745. OLE color: 10946745.

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

Color convert

RGB 185 8 167 -
CMYK 0 0.96 0.10 0.27
HSL 306.1º 0.92% 0.38% -
HSV(B) 306.1º 0.96% 0.73% -
XYZ 27.07 13.28 37.7 -
YUV 79.05 177.64 203.57 -
System Red Green Blue C M Y K H S L
Decimal 185 8 167 0 0.96 0.10 0.27 306.1 0.92 0.38
Hex B9 8 A7 0 60 A 1B 132 5C 26
Octal 271 10 247 0 140 12 33 462 134 46
Binary 10111001 1000 10100111 0 1100000 1010 11011 100110010 1011100 100110

Color Harmonies of #B908A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B908A7

Black with #B908A7

Text Example


Text Example

White with #B908A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B908A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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