Html Css Color HEX #B40CAA Deep Magenta

📋 copy color: '#B40CAA'

red 180 ◦ green 12 ◦ blue 170

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

Shades of Deep Magenta #B40CAA

Tints of Deep Magenta #B40CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.31%

 BLUE value IS 170 (66.8% from 255) = 46.96%

R = 49.72%
G = 3.31%
B = 46.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B40CAA (or 0xB40CAA) is known color: Deep Magenta. HEX triplet: B4, 0C and AA. RGB value is (180,12,170). Sum of RGB (Red+Green+Blue) = 180+12+170=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B40CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40CAA is #4BF355. Grayscale: #4F4F4F. Windows color (decimal): -4977494 or 11144372. OLE color: 11144372.

HSL color Cylindrical-coordinate representation of color #B40CAA: hue angle of 303.57º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40CAA is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 12 170 -
CMYK 0 0.93 0.06 0.29
HSL 303.57º 0.88% 0.38% -
HSV(B) 303.57º 0.93% 0.71% -
XYZ 26.21 12.87 39.13 -
YUV 80.24 178.66 199.15 -
System Red Green Blue C M Y K H S L
Decimal 180 12 170 0 0.93 0.06 0.29 303.57 0.88 0.38
Hex B4 C AA 0 5D 6 1D 130 58 26
Octal 264 14 252 0 135 6 35 460 130 46
Binary 10110100 1100 10101010 0 1011101 110 11101 100110000 1011000 100110

Color Harmonies of #B40CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40CAA

Black with #B40CAA

Text Example


Text Example

White with #B40CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40CAA; }

 p { color: rgb(180,12,170); }

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

background-color css

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

 a { background-color: rgb(180,12,170); }

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

border-color css

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

 span { border-color: rgb(180,12,170); }

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