Html Css Color HEX #B403C0 Deep Magenta

📋 copy color: '#B403C0'

red 180 ◦ green 3 ◦ blue 192

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

Shades of Deep Magenta #B403C0

Tints of Deep Magenta #B403C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.2%

R = 48%
G = 0.8%
B = 51.2%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B403C0 (or 0xB403C0) is known color: Deep Magenta. HEX triplet: B4, 03 and C0. RGB value is (180,3,192). Sum of RGB (Red+Green+Blue) = 180+3+192=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #B403C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B403C0 is #4BFC3F. Grayscale: #4C4C4C. Windows color (decimal): -4979776 or 12583860. OLE color: 12583860.

HSL color Cylindrical-coordinate representation of color #B403C0: hue angle of 296.19º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B403C0 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 3 192 -
CMYK 0.06 0.98 0 0.25
HSL 296.19º 0.97% 0.38% -
HSV(B) 296.19º 0.98% 0.75% -
XYZ 28.37 13.57 50.99 -
YUV 77.47 192.64 201.13 -
System Red Green Blue C M Y K H S L
Decimal 180 3 192 0.06 0.98 0 0.25 296.19 0.97 0.38
Hex B4 3 C0 6 62 0 19 128 61 26
Octal 264 3 300 6 142 0 31 450 141 46
Binary 10110100 11 11000000 110 1100010 0 11001 100101000 1100001 100110

Color Harmonies of #B403C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B403C0

Black with #B403C0

Text Example


Text Example

White with #B403C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B403C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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