Html Css Color HEX #B1138A Medium Violet Red

📋 copy color: '#B1138A'

red 177 ◦ green 19 ◦ blue 138

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

Shades of Medium Violet Red #B1138A

Tints of Medium Violet Red #B1138A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.69%

 BLUE value IS 138 (54.3% from 255) = 41.32%

R = 52.99%
G = 5.69%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1138A (or 0xB1138A) is known color: Medium Violet Red. HEX triplet: B1, 13 and 8A. RGB value is (177,19,138). Sum of RGB (Red+Green+Blue) = 177+19+138=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B1138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1138A is #4EEC75. Grayscale: #4F4F4F. Windows color (decimal): -5172342 or 9049009. OLE color: 9049009.

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

Color convert

RGB 177 19 138 -
CMYK 0 0.89 0.22 0.31
HSL 314.81º 0.81% 0.38% -
HSV(B) 314.81º 0.89% 0.69% -
XYZ 22.95 11.65 25.08 -
YUV 79.81 160.85 197.32 -
System Red Green Blue C M Y K H S L
Decimal 177 19 138 0 0.89 0.22 0.31 314.81 0.81 0.38
Hex B1 13 8A 0 59 16 1F 13B 51 26
Octal 261 23 212 0 131 26 37 473 121 46
Binary 10110001 10011 10001010 0 1011001 10110 11111 100111011 1010001 100110

Color Harmonies of #B1138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1138A

Black with #B1138A

Text Example


Text Example

White with #B1138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1138A; }

 p { color: rgb(177,19,138); }

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

background-color css

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

 a { background-color: rgb(177,19,138); }

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

border-color css

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

 span { border-color: rgb(177,19,138); }

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