Html Css Color HEX #B403C6 Deep Magenta

📋 copy color: '#B403C6'

red 180 ◦ green 3 ◦ blue 198

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

Shades of Deep Magenta #B403C6

Tints of Deep Magenta #B403C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 51.97%

R = 47.24%
G = 0.79%
B = 51.97%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B403C6 (or 0xB403C6) is known color: Deep Magenta. HEX triplet: B4, 03 and C6. RGB value is (180,3,198). Sum of RGB (Red+Green+Blue) = 180+3+198=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 198 (77.73% from 255 or 51.97% from 381); Max value from RGB is 198 - color contains mainly: blue. Hex color #B403C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B403C6 is #4BFC39. Grayscale: #4D4D4D. Windows color (decimal): -4979770 or 12977076. OLE color: 12977076.

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

Color convert

RGB 180 3 198 -
CMYK 0.09 0.98 0 0.22
HSL 294.46º 0.97% 0.39% -
HSV(B) 294.46º 0.98% 0.78% -
XYZ 29.05 13.85 54.57 -
YUV 78.15 195.64 200.64 -
System Red Green Blue C M Y K H S L
Decimal 180 3 198 0.09 0.98 0 0.22 294.46 0.97 0.39
Hex B4 3 C6 9 62 0 16 126 61 27
Octal 264 3 306 11 142 0 26 446 141 47
Binary 10110100 11 11000110 1001 1100010 0 10110 100100110 1100001 100111

Color Harmonies of #B403C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B403C6

Black with #B403C6

Text Example


Text Example

White with #B403C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B403C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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