Html Css Color HEX #B403B0 Deep Magenta

📋 copy color: '#B403B0'

red 180 ◦ green 3 ◦ blue 176

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

Shades of Deep Magenta #B403B0

Tints of Deep Magenta #B403B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 49.03%

R = 50.14%
G = 0.84%
B = 49.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B403B0 (or 0xB403B0) is known color: Deep Magenta. HEX triplet: B4, 03 and B0. RGB value is (180,3,176). Sum of RGB (Red+Green+Blue) = 180+3+176=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 176 (69.14% from 255 or 49.03% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B403B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B403B0 is #4BFC4F. Grayscale: #4B4B4B. Windows color (decimal): -4979792 or 11535284. OLE color: 11535284.

HSL color Cylindrical-coordinate representation of color #B403B0: hue angle of 301.36º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B403B0 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 3 176 -
CMYK 0 0.98 0.02 0.29
HSL 301.36º 0.97% 0.36% -
HSV(B) 301.36º 0.98% 0.71% -
XYZ 26.69 12.9 42.16 -
YUV 75.65 184.64 202.43 -
System Red Green Blue C M Y K H S L
Decimal 180 3 176 0 0.98 0.02 0.29 301.36 0.97 0.36
Hex B4 3 B0 0 62 2 1D 12D 61 24
Octal 264 3 260 0 142 2 35 455 141 44
Binary 10110100 11 10110000 0 1100010 10 11101 100101101 1100001 100100

Color Harmonies of #B403B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B403B0

Black with #B403B0

Text Example


Text Example

White with #B403B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B403B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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