Html Css Color HEX #B107A0 Medium Violet Red

📋 copy color: '#B107A0'

red 177 ◦ green 7 ◦ blue 160

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

Shades of Medium Violet Red #B107A0

Tints of Medium Violet Red #B107A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 46.51%

R = 51.45%
G = 2.03%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B107A0 (or 0xB107A0) is known color: Medium Violet Red. HEX triplet: B1, 07 and A0. RGB value is (177,7,160). Sum of RGB (Red+Green+Blue) = 177+7+160=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B107A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B107A0 is #4EF85F. Grayscale: #4A4A4A. Windows color (decimal): -5175392 or 10487729. OLE color: 10487729.

HSL color Cylindrical-coordinate representation of color #B107A0: hue angle of 306º 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 #B107A0 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 7 160 -
CMYK 0 0.96 0.10 0.31
HSL 306º 0.92% 0.36% -
HSV(B) 306º 0.96% 0.69% -
XYZ 24.55 12.04 34.29 -
YUV 75.27 175.82 200.56 -
System Red Green Blue C M Y K H S L
Decimal 177 7 160 0 0.96 0.10 0.31 306 0.92 0.36
Hex B1 7 A0 0 60 A 1F 132 5C 24
Octal 261 7 240 0 140 12 37 462 134 44
Binary 10110001 111 10100000 0 1100000 1010 11111 100110010 1011100 100100

Color Harmonies of #B107A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B107A0

Black with #B107A0

Text Example


Text Example

White with #B107A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B107A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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