Html Css Color HEX #B107AD Deep Magenta

📋 copy color: '#B107AD'

red 177 ◦ green 7 ◦ blue 173

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

Shades of Deep Magenta #B107AD

Tints of Deep Magenta #B107AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.96%

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

R = 49.58%
G = 1.96%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B107AD (or 0xB107AD) is known color: Deep Magenta. HEX triplet: B1, 07 and AD. RGB value is (177,7,173). Sum of RGB (Red+Green+Blue) = 177+7+173=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B107AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B107AD is #4EF852. Grayscale: #4C4C4C. Windows color (decimal): -5175379 or 11339697. OLE color: 11339697.

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

Color convert

RGB 177 7 173 -
CMYK 0 0.96 0.02 0.31
HSL 301.41º 0.92% 0.36% -
HSV(B) 301.41º 0.96% 0.69% -
XYZ 25.75 12.52 40.59 -
YUV 76.75 182.32 199.5 -
System Red Green Blue C M Y K H S L
Decimal 177 7 173 0 0.96 0.02 0.31 301.41 0.92 0.36
Hex B1 7 AD 0 60 2 1F 12D 5C 24
Octal 261 7 255 0 140 2 37 455 134 44
Binary 10110001 111 10101101 0 1100000 10 11111 100101101 1011100 100100

Color Harmonies of #B107AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B107AD

Black with #B107AD

Text Example


Text Example

White with #B107AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B107AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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