Html Css Color HEX #B400AA Deep Magenta

📋 copy color: '#B400AA'

red 180 ◦ green 0 ◦ blue 170

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

Shades of Deep Magenta #B400AA

Tints of Deep Magenta #B400AA

RGB

 RED value IS 180 (70.7% from 255) = 51.43%

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

 BLUE value IS 170 (66.8% from 255) = 48.57%

R = 51.43%
G = 0%
B = 48.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B400AA (or 0xB400AA) is known color: Deep Magenta. HEX triplet: B4, 00 and AA. RGB value is (180,0,170). Sum of RGB (Red+Green+Blue) = 180+0+170=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B400AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B400AA is #4BFF55. Grayscale: #484848. Windows color (decimal): -4980566 or 11141300. OLE color: 11141300.

HSL color Cylindrical-coordinate representation of color #B400AA: hue angle of 303.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B400AA is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 0 170 -
CMYK 0 1 0.06 0.29
HSL 303.33º 1% 0.35% -
HSV(B) 303.33º 1% 0.71% -
XYZ 26.08 12.61 39.09 -
YUV 73.2 182.63 204.18 -
System Red Green Blue C M Y K H S L
Decimal 180 0 170 0 1 0.06 0.29 303.33 1 0.35
Hex B4 0 AA 0 64 6 1D 12F 64 23
Octal 264 0 252 0 144 6 35 457 144 43
Binary 10110100 0 10101010 0 1100100 110 11101 100101111 1100100 100011

Color Harmonies of #B400AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B400AA

Black with #B400AA

Text Example


Text Example

White with #B400AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B400AA; }

 p { color: rgb(180,0,170); }

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

background-color css

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

 a { background-color: rgb(180,0,170); }

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

border-color css

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

 span { border-color: rgb(180,0,170); }

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