Html Css Color HEX #B400BA Deep Magenta

📋 copy color: '#B400BA'

red 180 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #B400BA

Tints of Deep Magenta #B400BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.82%

R = 49.18%
G = 0%
B = 50.82%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B400BA (or 0xB400BA) is known color: Deep Magenta. HEX triplet: B4, 00 and BA. RGB value is (180,0,186). Sum of RGB (Red+Green+Blue) = 180+0+186=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #B400BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B400BA is #4BFF45. Grayscale: #4A4A4A. Windows color (decimal): -4980550 or 12189876. OLE color: 12189876.

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

Color convert

RGB 180 0 186 -
CMYK 0.03 1 0 0.27
HSL 298.06º 1% 0.36% -
HSV(B) 298.06º 1% 0.73% -
XYZ 27.69 13.25 47.55 -
YUV 75.02 190.63 202.88 -
System Red Green Blue C M Y K H S L
Decimal 180 0 186 0.03 1 0 0.27 298.06 1 0.36
Hex B4 0 BA 3 64 0 1B 12A 64 24
Octal 264 0 272 3 144 0 33 452 144 44
Binary 10110100 0 10111010 11 1100100 0 11011 100101010 1100100 100100

Color Harmonies of #B400BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B400BA

Black with #B400BA

Text Example


Text Example

White with #B400BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B400BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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