Html Css Color HEX #B400C9 Deep Magenta

📋 copy color: '#B400C9'

red 180 ◦ green 0 ◦ blue 201

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

Shades of Deep Magenta #B400C9

Tints of Deep Magenta #B400C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.76%

R = 47.24%
G = 0%
B = 52.76%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B400C9 (or 0xB400C9) is known color: Deep Magenta. HEX triplet: B4, 00 and C9. RGB value is (180,0,201). Sum of RGB (Red+Green+Blue) = 180+0+201=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #B400C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B400C9 is #4BFF36. Grayscale: #4C4C4C. Windows color (decimal): -4980535 or 13172916. OLE color: 13172916.

HSL color Cylindrical-coordinate representation of color #B400C9: hue angle of 293.73º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B400C9 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 0 201 -
CMYK 0.10 1 0 0.21
HSL 293.73º 1% 0.39% -
HSV(B) 293.73º 1% 0.79% -
XYZ 29.37 13.92 56.4 -
YUV 76.73 198.13 201.66 -
System Red Green Blue C M Y K H S L
Decimal 180 0 201 0.10 1 0 0.21 293.73 1 0.39
Hex B4 0 C9 A 64 0 15 126 64 27
Octal 264 0 311 12 144 0 25 446 144 47
Binary 10110100 0 11001001 1010 1100100 0 10101 100100110 1100100 100111

Color Harmonies of #B400C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B400C9

Black with #B400C9

Text Example


Text Example

White with #B400C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B400C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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