Html Css Color HEX #B400AC Deep Magenta

📋 copy color: '#B400AC'

red 180 ◦ green 0 ◦ blue 172

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

Shades of Deep Magenta #B400AC

Tints of Deep Magenta #B400AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.86%

R = 51.14%
G = 0%
B = 48.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B400AC (or 0xB400AC) is known color: Deep Magenta. HEX triplet: B4, 00 and AC. RGB value is (180,0,172). Sum of RGB (Red+Green+Blue) = 180+0+172=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B400AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B400AC is #4BFF53. Grayscale: #484848. Windows color (decimal): -4980564 or 11272372. OLE color: 11272372.

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

Color convert

RGB 180 0 172 -
CMYK 0 1 0.04 0.29
HSL 302.67º 1% 0.35% -
HSV(B) 302.67º 1% 0.71% -
XYZ 26.27 12.68 40.09 -
YUV 73.43 183.63 204.01 -
System Red Green Blue C M Y K H S L
Decimal 180 0 172 0 1 0.04 0.29 302.67 1 0.35
Hex B4 0 AC 0 64 4 1D 12F 64 23
Octal 264 0 254 0 144 4 35 457 144 43
Binary 10110100 0 10101100 0 1100100 100 11101 100101111 1100100 100011

Color Harmonies of #B400AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B400AC

Black with #B400AC

Text Example


Text Example

White with #B400AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B400AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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