Html Css Color HEX #B400C2 Deep Magenta

📋 copy color: '#B400C2'

red 180 ◦ green 0 ◦ blue 194

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

Shades of Deep Magenta #B400C2

Tints of Deep Magenta #B400C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 51.87%

R = 48.13%
G = 0%
B = 51.87%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B400C2 (or 0xB400C2) is known color: Deep Magenta. HEX triplet: B4, 00 and C2. RGB value is (180,0,194). Sum of RGB (Red+Green+Blue) = 180+0+194=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 194 (76.17% from 255 or 51.87% from 374); Max value from RGB is 194 - color contains mainly: blue. Hex color #B400C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B400C2 is #4BFF3D. Grayscale: #4B4B4B. Windows color (decimal): -4980542 or 12714164. OLE color: 12714164.

HSL color Cylindrical-coordinate representation of color #B400C2: hue angle of 295.67º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B400C2 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 0 194 -
CMYK 0.07 1 0 0.24
HSL 295.67º 1% 0.38% -
HSV(B) 295.67º 1% 0.76% -
XYZ 28.56 13.6 52.16 -
YUV 75.94 194.63 202.23 -
System Red Green Blue C M Y K H S L
Decimal 180 0 194 0.07 1 0 0.24 295.67 1 0.38
Hex B4 0 C2 7 64 0 18 128 64 26
Octal 264 0 302 7 144 0 30 450 144 46
Binary 10110100 0 11000010 111 1100100 0 11000 100101000 1100100 100110

Color Harmonies of #B400C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B400C2

Black with #B400C2

Text Example


Text Example

White with #B400C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B400C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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