Html Css Color HEX #B400B9 Deep Magenta

📋 copy color: '#B400B9'

red 180 ◦ green 0 ◦ blue 185

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

Shades of Deep Magenta #B400B9

Tints of Deep Magenta #B400B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.68%

R = 49.32%
G = 0%
B = 50.68%

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

#B400B9 (or 0xB400B9) is known color: Deep Magenta. HEX triplet: B4, 00 and B9. RGB value is (180,0,185). Sum of RGB (Red+Green+Blue) = 180+0+185=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 185 (72.66% from 255 or 50.68% from 365); Max value from RGB is 185 - color contains mainly: blue. Hex color #B400B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B400B9 is #4BFF46. Grayscale: #4A4A4A. Windows color (decimal): -4980551 or 12124340. OLE color: 12124340.

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

Color convert

RGB 180 0 185 -
CMYK 0.03 1 0 0.27
HSL 298.38º 1% 0.36% -
HSV(B) 298.38º 1% 0.73% -
XYZ 27.58 13.21 46.99 -
YUV 74.91 190.13 202.96 -
System Red Green Blue C M Y K H S L
Decimal 180 0 185 0.03 1 0 0.27 298.38 1 0.36
Hex B4 0 B9 3 64 0 1B 12A 64 24
Octal 264 0 271 3 144 0 33 452 144 44
Binary 10110100 0 10111001 11 1100100 0 11011 100101010 1100100 100100

Color Harmonies of #B400B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B400B9

Black with #B400B9

Text Example


Text Example

White with #B400B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B400B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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