Html Css Color HEX #B40AB3 Deep Magenta

📋 copy color: '#B40AB3'

red 180 ◦ green 10 ◦ blue 179

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

Shades of Deep Magenta #B40AB3

Tints of Deep Magenta #B40AB3

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.71%

 BLUE value IS 179 (70.31% from 255) = 48.51%

R = 48.78%
G = 2.71%
B = 48.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B40AB3 (or 0xB40AB3) is known color: Deep Magenta. HEX triplet: B4, 0A and B3. RGB value is (180,10,179). Sum of RGB (Red+Green+Blue) = 180+10+179=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B40AB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40AB3 is #4BF54C. Grayscale: #4F4F4F. Windows color (decimal): -4977997 or 11733684. OLE color: 11733684.

HSL color Cylindrical-coordinate representation of color #B40AB3: hue angle of 300.35º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40AB3 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 10 179 -
CMYK 0 0.94 0.01 0.29
HSL 300.35º 0.89% 0.37% -
HSV(B) 300.35º 0.94% 0.71% -
XYZ 27.07 13.18 43.76 -
YUV 80.1 183.82 199.26 -
System Red Green Blue C M Y K H S L
Decimal 180 10 179 0 0.94 0.01 0.29 300.35 0.89 0.37
Hex B4 A B3 0 5E 1 1D 12C 59 25
Octal 264 12 263 0 136 1 35 454 131 45
Binary 10110100 1010 10110011 0 1011110 1 11101 100101100 1011001 100101

Color Harmonies of #B40AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40AB3

Black with #B40AB3

Text Example


Text Example

White with #B40AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40AB3; }

 p { color: rgb(180,10,179); }

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

background-color css

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

 a { background-color: rgb(180,10,179); }

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

border-color css

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

 span { border-color: rgb(180,10,179); }

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