Html Css Color HEX #B107A1 Medium Violet Red

📋 copy color: '#B107A1'

red 177 ◦ green 7 ◦ blue 161

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

Shades of Medium Violet Red #B107A1

Tints of Medium Violet Red #B107A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 46.67%

R = 51.3%
G = 2.03%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B107A1 (or 0xB107A1) is known color: Medium Violet Red. HEX triplet: B1, 07 and A1. RGB value is (177,7,161). Sum of RGB (Red+Green+Blue) = 177+7+161=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 161 (63.28% from 255 or 46.67% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B107A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B107A1 is #4EF85E. Grayscale: #4A4A4A. Windows color (decimal): -5175391 or 10553265. OLE color: 10553265.

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

Color convert

RGB 177 7 161 -
CMYK 0 0.96 0.09 0.31
HSL 305.65º 0.92% 0.36% -
HSV(B) 305.65º 0.96% 0.69% -
XYZ 24.64 12.07 34.75 -
YUV 75.39 176.32 200.48 -
System Red Green Blue C M Y K H S L
Decimal 177 7 161 0 0.96 0.09 0.31 305.65 0.92 0.36
Hex B1 7 A1 0 60 9 1F 132 5C 24
Octal 261 7 241 0 140 11 37 462 134 44
Binary 10110001 111 10100001 0 1100000 1001 11111 100110010 1011100 100100

Color Harmonies of #B107A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B107A1

Black with #B107A1

Text Example


Text Example

White with #B107A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B107A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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