Html Css Color HEX #B40ACB Deep Magenta

📋 copy color: '#B40ACB'

red 180 ◦ green 10 ◦ blue 203

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

Shades of Deep Magenta #B40ACB

Tints of Deep Magenta #B40ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.65%

R = 45.8%
G = 2.54%
B = 51.65%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B40ACB (or 0xB40ACB) is known color: Deep Magenta. HEX triplet: B4, 0A and CB. RGB value is (180,10,203). Sum of RGB (Red+Green+Blue) = 180+10+203=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #B40ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40ACB is #4BF534. Grayscale: #525252. Windows color (decimal): -4977973 or 13306548. OLE color: 13306548.

HSL color Cylindrical-coordinate representation of color #B40ACB: hue angle of 292.85º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40ACB is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 10 203 -
CMYK 0.11 0.95 0 0.20
HSL 292.85º 0.91% 0.42% -
HSV(B) 292.85º 0.95% 0.8% -
XYZ 29.71 14.23 57.68 -
YUV 82.83 195.82 197.31 -
System Red Green Blue C M Y K H S L
Decimal 180 10 203 0.11 0.95 0 0.20 292.85 0.91 0.42
Hex B4 A CB B 5F 0 14 125 5B 2A
Octal 264 12 313 13 137 0 24 445 133 52
Binary 10110100 1010 11001011 1011 1011111 0 10100 100100101 1011011 101010

Color Harmonies of #B40ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40ACB

Black with #B40ACB

Text Example


Text Example

White with #B40ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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