Html Css Color HEX #B107BA Deep Magenta

📋 copy color: '#B107BA'

red 177 ◦ green 7 ◦ blue 186

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

Shades of Deep Magenta #B107BA

Tints of Deep Magenta #B107BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 47.84%
G = 1.89%
B = 50.27%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B107BA (or 0xB107BA) is known color: Deep Magenta. HEX triplet: B1, 07 and BA. RGB value is (177,7,186). Sum of RGB (Red+Green+Blue) = 177+7+186=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #B107BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B107BA is #4EF845. Grayscale: #4D4D4D. Windows color (decimal): -5175366 or 12191665. OLE color: 12191665.

HSL color Cylindrical-coordinate representation of color #B107BA: hue angle of 296.98º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B107BA is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 7 186 -
CMYK 0.05 0.96 0 0.27
HSL 296.98º 0.93% 0.38% -
HSV(B) 296.98º 0.96% 0.73% -
XYZ 27.07 13.04 47.55 -
YUV 78.24 188.82 198.45 -
System Red Green Blue C M Y K H S L
Decimal 177 7 186 0.05 0.96 0 0.27 296.98 0.93 0.38
Hex B1 7 BA 5 60 0 1B 129 5D 26
Octal 261 7 272 5 140 0 33 451 135 46
Binary 10110001 111 10111010 101 1100000 0 11011 100101001 1011101 100110

Color Harmonies of #B107BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B107BA

Black with #B107BA

Text Example


Text Example

White with #B107BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B107BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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