Html Css Color HEX #B900A5 Deep Magenta

📋 copy color: '#B900A5'

red 185 ◦ green 0 ◦ blue 165

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

Shades of Deep Magenta #B900A5

Tints of Deep Magenta #B900A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 47.14%

R = 52.86%
G = 0%
B = 47.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B900A5 (or 0xB900A5) is known color: Deep Magenta. HEX triplet: B9, 00 and A5. RGB value is (185,0,165). Sum of RGB (Red+Green+Blue) = 185+0+165=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 165 (64.84% from 255 or 47.14% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B900A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B900A5 is #46FF5A. Grayscale: #494949. Windows color (decimal): -4652891 or 10813625. OLE color: 10813625.

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

Color convert

RGB 185 0 165 -
CMYK 0 1 0.11 0.27
HSL 306.49º 1% 0.36% -
HSV(B) 306.49º 1% 0.73% -
XYZ 26.8 13.03 36.7 -
YUV 74.13 179.29 207.08 -
System Red Green Blue C M Y K H S L
Decimal 185 0 165 0 1 0.11 0.27 306.49 1 0.36
Hex B9 0 A5 0 64 B 1B 132 64 24
Octal 271 0 245 0 144 13 33 462 144 44
Binary 10111001 0 10100101 0 1100100 1011 11011 100110010 1100100 100100

Color Harmonies of #B900A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900A5

Black with #B900A5

Text Example


Text Example

White with #B900A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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