Html Css Color HEX #B400CA Deep Magenta

📋 copy color: '#B400CA'

red 180 ◦ green 0 ◦ blue 202

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

Shades of Deep Magenta #B400CA

Tints of Deep Magenta #B400CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.88%

R = 47.12%
G = 0%
B = 52.88%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B400CA (or 0xB400CA) is known color: Deep Magenta. HEX triplet: B4, 00 and CA. RGB value is (180,0,202). Sum of RGB (Red+Green+Blue) = 180+0+202=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #B400CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B400CA is #4BFF35. Grayscale: #4C4C4C. Windows color (decimal): -4980534 or 13238452. OLE color: 13238452.

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

Color convert

RGB 180 0 202 -
CMYK 0.11 1 0 0.21
HSL 293.47º 1% 0.4% -
HSV(B) 293.47º 1% 0.79% -
XYZ 29.48 13.97 57.02 -
YUV 76.85 198.63 201.57 -
System Red Green Blue C M Y K H S L
Decimal 180 0 202 0.11 1 0 0.21 293.47 1 0.4
Hex B4 0 CA B 64 0 15 125 64 28
Octal 264 0 312 13 144 0 25 445 144 50
Binary 10110100 0 11001010 1011 1100100 0 10101 100100101 1100100 101000

Color Harmonies of #B400CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B400CA

Black with #B400CA

Text Example


Text Example

White with #B400CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B400CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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