Html Css Color HEX #B403D5 Deep Magenta

📋 copy color: '#B403D5'

red 180 ◦ green 3 ◦ blue 213

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

Shades of Deep Magenta #B403D5

Tints of Deep Magenta #B403D5

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

 BLUE value IS 213 (83.59% from 255) = 53.79%

R = 45.45%
G = 0.76%
B = 53.79%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B403D5 (or 0xB403D5) is known color: Deep Magenta. HEX triplet: B4, 03 and D5. RGB value is (180,3,213). Sum of RGB (Red+Green+Blue) = 180+3+213=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 213 (83.59% from 255 or 53.79% from 396); Max value from RGB is 213 - color contains mainly: blue. Hex color #B403D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B403D5 is #4BFC2A. Grayscale: #4F4F4F. Windows color (decimal): -4979755 or 13960116. OLE color: 13960116.

HSL color Cylindrical-coordinate representation of color #B403D5: hue angle of 290.57º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B403D5 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 3 213 -
CMYK 0.15 0.99 0 0.16
HSL 290.57º 0.97% 0.42% -
HSV(B) 290.57º 0.99% 0.84% -
XYZ 30.87 14.57 64.14 -
YUV 79.86 203.14 199.42 -
System Red Green Blue C M Y K H S L
Decimal 180 3 213 0.15 0.99 0 0.16 290.57 0.97 0.42
Hex B4 3 D5 F 63 0 10 123 61 2A
Octal 264 3 325 17 143 0 20 443 141 52
Binary 10110100 11 11010101 1111 1100011 0 10000 100100011 1100001 101010

Color Harmonies of #B403D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B403D5

Black with #B403D5

Text Example


Text Example

White with #B403D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B403D5; }

 p { color: rgb(180,3,213); }

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

background-color css

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

 a { background-color: rgb(180,3,213); }

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

border-color css

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

 span { border-color: rgb(180,3,213); }

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