Html Css Color HEX #B003C1 Deep Magenta

📋 copy color: '#B003C1'

red 176 ◦ green 3 ◦ blue 193

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

Shades of Deep Magenta #B003C1

Tints of Deep Magenta #B003C1

RGB

 RED value IS 176 (69.14% from 255) = 47.31%

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

 BLUE value IS 193 (75.78% from 255) = 51.88%

R = 47.31%
G = 0.81%
B = 51.88%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B003C1 (or 0xB003C1) is known color: Deep Magenta. HEX triplet: B0, 03 and C1. RGB value is (176,3,193). Sum of RGB (Red+Green+Blue) = 176+3+193=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #B003C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B003C1 is #4FFC3E. Grayscale: #4B4B4B. Windows color (decimal): -5241919 or 12649392. OLE color: 12649392.

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

Color convert

RGB 176 3 193 -
CMYK 0.09 0.98 0 0.24
HSL 294.63º 0.97% 0.38% -
HSV(B) 294.63º 0.98% 0.76% -
XYZ 27.56 13.15 51.54 -
YUV 76.39 193.81 199.05 -
System Red Green Blue C M Y K H S L
Decimal 176 3 193 0.09 0.98 0 0.24 294.63 0.97 0.38
Hex B0 3 C1 9 62 0 18 127 61 26
Octal 260 3 301 11 142 0 30 447 141 46
Binary 10110000 11 11000001 1001 1100010 0 11000 100100111 1100001 100110

Color Harmonies of #B003C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B003C1

Black with #B003C1

Text Example


Text Example

White with #B003C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B003C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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