Html Css Color HEX #B103A5 Dark Magenta

📋 copy color: '#B103A5'

red 177 ◦ green 3 ◦ blue 165

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

Shades of Dark Magenta #B103A5

Tints of Dark Magenta #B103A5

RGB

 RED value IS 177 (69.53% from 255) = 51.3%

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

 BLUE value IS 165 (64.84% from 255) = 47.83%

R = 51.3%
G = 0.87%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B103A5 (or 0xB103A5) is known color: Dark Magenta. HEX triplet: B1, 03 and A5. RGB value is (177,3,165). Sum of RGB (Red+Green+Blue) = 177+3+165=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B103A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B103A5 is #4EFC5A. Grayscale: #494949. Windows color (decimal): -5176411 or 10814385. OLE color: 10814385.

HSL color Cylindrical-coordinate representation of color #B103A5: hue angle of 304.14º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B103A5 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 3 165 -
CMYK 0 0.98 0.07 0.31
HSL 304.14º 0.97% 0.35% -
HSV(B) 304.14º 0.98% 0.69% -
XYZ 24.96 12.13 36.62 -
YUV 73.49 179.65 201.83 -
System Red Green Blue C M Y K H S L
Decimal 177 3 165 0 0.98 0.07 0.31 304.14 0.97 0.35
Hex B1 3 A5 0 62 7 1F 130 61 23
Octal 261 3 245 0 142 7 37 460 141 43
Binary 10110001 11 10100101 0 1100010 111 11111 100110000 1100001 100011

Color Harmonies of #B103A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B103A5

Black with #B103A5

Text Example


Text Example

White with #B103A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B103A5; }

 p { color: rgb(177,3,165); }

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

background-color css

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

 a { background-color: rgb(177,3,165); }

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

border-color css

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

 span { border-color: rgb(177,3,165); }

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