Html Css Color HEX #B403C4 Deep Magenta

📋 copy color: '#B403C4'

red 180 ◦ green 3 ◦ blue 196

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

Shades of Deep Magenta #B403C4

Tints of Deep Magenta #B403C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 51.72%

R = 47.49%
G = 0.79%
B = 51.72%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B403C4 (or 0xB403C4) is known color: Deep Magenta. HEX triplet: B4, 03 and C4. RGB value is (180,3,196). Sum of RGB (Red+Green+Blue) = 180+3+196=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 196 (76.95% from 255 or 51.72% from 379); Max value from RGB is 196 - color contains mainly: blue. Hex color #B403C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B403C4 is #4BFC3B. Grayscale: #4D4D4D. Windows color (decimal): -4979772 or 12846004. OLE color: 12846004.

HSL color Cylindrical-coordinate representation of color #B403C4: hue angle of 295.03º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B403C4 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 180 3 196 -
CMYK 0.08 0.98 0 0.23
HSL 295.03º 0.97% 0.39% -
HSV(B) 295.03º 0.98% 0.77% -
XYZ 28.82 13.75 53.36 -
YUV 77.93 194.64 200.81 -
System Red Green Blue C M Y K H S L
Decimal 180 3 196 0.08 0.98 0 0.23 295.03 0.97 0.39
Hex B4 3 C4 8 62 0 17 127 61 27
Octal 264 3 304 10 142 0 27 447 141 47
Binary 10110100 11 11000100 1000 1100010 0 10111 100100111 1100001 100111

Color Harmonies of #B403C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B403C4

Black with #B403C4

Text Example


Text Example

White with #B403C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B403C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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