Html Css Color HEX #B1147B Medium Violet Red

📋 copy color: '#B1147B'

red 177 ◦ green 20 ◦ blue 123

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

Shades of Medium Violet Red #B1147B

Tints of Medium Violet Red #B1147B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.25%

 BLUE value IS 123 (48.44% from 255) = 38.44%

R = 55.31%
G = 6.25%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1147B (or 0xB1147B) is known color: Medium Violet Red. HEX triplet: B1, 14 and 7B. RGB value is (177,20,123). Sum of RGB (Red+Green+Blue) = 177+20+123=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B1147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1147B is #4EEB84. Grayscale: #4E4E4E. Windows color (decimal): -5172101 or 8066225. OLE color: 8066225.

HSL color Cylindrical-coordinate representation of color #B1147B: hue angle of 320.64º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1147B is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 20 123 -
CMYK 0 0.89 0.31 0.31
HSL 320.64º 0.8% 0.39% -
HSV(B) 320.64º 0.89% 0.69% -
XYZ 21.96 11.28 19.76 -
YUV 78.69 153.01 198.12 -
System Red Green Blue C M Y K H S L
Decimal 177 20 123 0 0.89 0.31 0.31 320.64 0.8 0.39
Hex B1 14 7B 0 59 1F 1F 141 50 27
Octal 261 24 173 0 131 37 37 501 120 47
Binary 10110001 10100 1111011 0 1011001 11111 11111 101000001 1010000 100111

Color Harmonies of #B1147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1147B

Black with #B1147B

Text Example


Text Example

White with #B1147B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1147B; }

 p { color: rgb(177,20,123); }

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

background-color css

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

 a { background-color: rgb(177,20,123); }

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

border-color css

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

 span { border-color: rgb(177,20,123); }

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