Html Css Color HEX #B400CD Deep Magenta

📋 copy color: '#B400CD'

red 180 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #B400CD

Tints of Deep Magenta #B400CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.25%

R = 46.75%
G = 0%
B = 53.25%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B400CD (or 0xB400CD) is known color: Deep Magenta. HEX triplet: B4, 00 and CD. RGB value is (180,0,205). Sum of RGB (Red+Green+Blue) = 180+0+205=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #B400CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B400CD is #4BFF32. Grayscale: #4C4C4C. Windows color (decimal): -4980531 or 13435060. OLE color: 13435060.

HSL color Cylindrical-coordinate representation of color #B400CD: hue angle of 292.68º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B400CD is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 0 205 -
CMYK 0.12 1 0 0.20
HSL 292.68º 1% 0.4% -
HSV(B) 292.68º 1% 0.8% -
XYZ 29.84 14.11 58.91 -
YUV 77.19 200.13 201.33 -
System Red Green Blue C M Y K H S L
Decimal 180 0 205 0.12 1 0 0.20 292.68 1 0.4
Hex B4 0 CD C 64 0 14 125 64 28
Octal 264 0 315 14 144 0 24 445 144 50
Binary 10110100 0 11001101 1100 1100100 0 10100 100100101 1100100 101000

Color Harmonies of #B400CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B400CD

Black with #B400CD

Text Example


Text Example

White with #B400CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B400CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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