Html Css Color HEX #B906A8 Deep Magenta

📋 copy color: '#B906A8'

red 185 ◦ green 6 ◦ blue 168

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

Shades of Deep Magenta #B906A8

Tints of Deep Magenta #B906A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 46.8%

R = 51.53%
G = 1.67%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B906A8 (or 0xB906A8) is known color: Deep Magenta. HEX triplet: B9, 06 and A8. RGB value is (185,6,168). Sum of RGB (Red+Green+Blue) = 185+6+168=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B906A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B906A8 is #46F957. Grayscale: #4D4D4D. Windows color (decimal): -4651352 or 11011769. OLE color: 11011769.

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

Color convert

RGB 185 6 168 -
CMYK 0 0.97 0.09 0.27
HSL 305.7º 0.94% 0.37% -
HSV(B) 305.7º 0.97% 0.73% -
XYZ 27.14 13.27 38.18 -
YUV 77.99 178.8 204.33 -
System Red Green Blue C M Y K H S L
Decimal 185 6 168 0 0.97 0.09 0.27 305.7 0.94 0.37
Hex B9 6 A8 0 61 9 1B 132 5E 25
Octal 271 6 250 0 141 11 33 462 136 45
Binary 10111001 110 10101000 0 1100001 1001 11011 100110010 1011110 100101

Color Harmonies of #B906A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B906A8

Black with #B906A8

Text Example


Text Example

White with #B906A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B906A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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