Html Css Color HEX #B107D0 Deep Magenta

📋 copy color: '#B107D0'

red 177 ◦ green 7 ◦ blue 208

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

Shades of Deep Magenta #B107D0

Tints of Deep Magenta #B107D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.06%

R = 45.15%
G = 1.79%
B = 53.06%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B107D0 (or 0xB107D0) is known color: Deep Magenta. HEX triplet: B1, 07 and D0. RGB value is (177,7,208). Sum of RGB (Red+Green+Blue) = 177+7+208=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #B107D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B107D0 is #4EF82F. Grayscale: #505050. Windows color (decimal): -5175344 or 13633457. OLE color: 13633457.

HSL color Cylindrical-coordinate representation of color #B107D0: hue angle of 290.75º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B107D0 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 7 208 -
CMYK 0.15 0.97 0 0.18
HSL 290.75º 0.93% 0.42% -
HSV(B) 290.75º 0.97% 0.82% -
XYZ 29.59 14.05 60.83 -
YUV 80.74 199.82 196.66 -
System Red Green Blue C M Y K H S L
Decimal 177 7 208 0.15 0.97 0 0.18 290.75 0.93 0.42
Hex B1 7 D0 F 61 0 12 123 5D 2A
Octal 261 7 320 17 141 0 22 443 135 52
Binary 10110001 111 11010000 1111 1100001 0 10010 100100011 1011101 101010

Color Harmonies of #B107D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B107D0

Black with #B107D0

Text Example


Text Example

White with #B107D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B107D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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