Html Css Color HEX #B403B3 Deep Magenta

📋 copy color: '#B403B3'

red 180 ◦ green 3 ◦ blue 179

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

Shades of Deep Magenta #B403B3

Tints of Deep Magenta #B403B3

RGB

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

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

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

R = 49.72%
G = 0.83%
B = 49.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B403B3 (or 0xB403B3) is known color: Deep Magenta. HEX triplet: B4, 03 and B3. RGB value is (180,3,179). Sum of RGB (Red+Green+Blue) = 180+3+179=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 179 (70.31% from 255 or 49.45% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B403B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B403B3 is #4BFC4C. Grayscale: #4B4B4B. Windows color (decimal): -4979789 or 11731892. OLE color: 11731892.

HSL color Cylindrical-coordinate representation of color #B403B3: hue angle of 300.34º 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 #B403B3 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 3 179 -
CMYK 0 0.98 0.01 0.29
HSL 300.34º 0.97% 0.36% -
HSV(B) 300.34º 0.98% 0.71% -
XYZ 26.99 13.02 43.74 -
YUV 75.99 186.14 202.19 -
System Red Green Blue C M Y K H S L
Decimal 180 3 179 0 0.98 0.01 0.29 300.34 0.97 0.36
Hex B4 3 B3 0 62 1 1D 12C 61 24
Octal 264 3 263 0 142 1 35 454 141 44
Binary 10110100 11 10110011 0 1100010 1 11101 100101100 1100001 100100

Color Harmonies of #B403B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B403B3

Black with #B403B3

Text Example


Text Example

White with #B403B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B403B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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