Html Css Color HEX #B107BD Deep Magenta

📋 copy color: '#B107BD'

red 177 ◦ green 7 ◦ blue 189

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

Shades of Deep Magenta #B107BD

Tints of Deep Magenta #B107BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.67%

R = 47.45%
G = 1.88%
B = 50.67%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B107BD (or 0xB107BD) is known color: Deep Magenta. HEX triplet: B1, 07 and BD. RGB value is (177,7,189). Sum of RGB (Red+Green+Blue) = 177+7+189=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #B107BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B107BD is #4EF842. Grayscale: #4E4E4E. Windows color (decimal): -5175363 or 12388273. OLE color: 12388273.

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

Color convert

RGB 177 7 189 -
CMYK 0.06 0.96 0 0.26
HSL 296.04º 0.93% 0.38% -
HSV(B) 296.04º 0.96% 0.74% -
XYZ 27.39 13.17 49.24 -
YUV 78.58 190.32 198.2 -
System Red Green Blue C M Y K H S L
Decimal 177 7 189 0.06 0.96 0 0.26 296.04 0.93 0.38
Hex B1 7 BD 6 60 0 1A 128 5D 26
Octal 261 7 275 6 140 0 32 450 135 46
Binary 10110001 111 10111101 110 1100000 0 11010 100101000 1011101 100110

Color Harmonies of #B107BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B107BD

Black with #B107BD

Text Example


Text Example

White with #B107BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B107BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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