Html Css Color HEX #B900A6 Deep Magenta

📋 copy color: '#B900A6'

red 185 ◦ green 0 ◦ blue 166

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

Shades of Deep Magenta #B900A6

Tints of Deep Magenta #B900A6

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.71%
G = 0%
B = 47.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B900A6 (or 0xB900A6) is known color: Deep Magenta. HEX triplet: B9, 00 and A6. RGB value is (185,0,166). Sum of RGB (Red+Green+Blue) = 185+0+166=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 166 (65.23% from 255 or 47.29% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B900A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B900A6 is #46FF59. Grayscale: #494949. Windows color (decimal): -4652890 or 10879161. OLE color: 10879161.

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

Color convert

RGB 185 0 166 -
CMYK 0 1 0.10 0.27
HSL 306.16º 1% 0.36% -
HSV(B) 306.16º 1% 0.73% -
XYZ 26.89 13.07 37.18 -
YUV 74.24 179.79 207 -
System Red Green Blue C M Y K H S L
Decimal 185 0 166 0 1 0.10 0.27 306.16 1 0.36
Hex B9 0 A6 0 64 A 1B 132 64 24
Octal 271 0 246 0 144 12 33 462 144 44
Binary 10111001 0 10100110 0 1100100 1010 11011 100110010 1100100 100100

Color Harmonies of #B900A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900A6

Black with #B900A6

Text Example


Text Example

White with #B900A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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