Html Css Color HEX #B105AD Deep Magenta

📋 copy color: '#B105AD'

red 177 ◦ green 5 ◦ blue 173

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

Shades of Deep Magenta #B105AD

Tints of Deep Magenta #B105AD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.41%

 BLUE value IS 173 (67.97% from 255) = 48.73%

R = 49.86%
G = 1.41%
B = 48.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B105AD (or 0xB105AD) is known color: Deep Magenta. HEX triplet: B1, 05 and AD. RGB value is (177,5,173). Sum of RGB (Red+Green+Blue) = 177+5+173=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B105AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B105AD is #4EFA52. Grayscale: #4B4B4B. Windows color (decimal): -5175891 or 11339185. OLE color: 11339185.

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

Color convert

RGB 177 5 173 -
CMYK 0 0.97 0.02 0.31
HSL 301.4º 0.95% 0.36% -
HSV(B) 301.4º 0.97% 0.69% -
XYZ 25.73 12.47 40.59 -
YUV 75.58 182.98 200.34 -
System Red Green Blue C M Y K H S L
Decimal 177 5 173 0 0.97 0.02 0.31 301.4 0.95 0.36
Hex B1 5 AD 0 61 2 1F 12D 5F 24
Octal 261 5 255 0 141 2 37 455 137 44
Binary 10110001 101 10101101 0 1100001 10 11111 100101101 1011111 100100

Color Harmonies of #B105AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B105AD

Black with #B105AD

Text Example


Text Example

White with #B105AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B105AD; }

 p { color: rgb(177,5,173); }

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

background-color css

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

 a { background-color: rgb(177,5,173); }

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

border-color css

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

 span { border-color: rgb(177,5,173); }

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