Html Css Color HEX #B1018A Medium Violet Red

📋 copy color: '#B1018A'

red 177 ◦ green 1 ◦ blue 138

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

Shades of Medium Violet Red #B1018A

Tints of Medium Violet Red #B1018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 56.01%
G = 0.32%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1018A (or 0xB1018A) is known color: Medium Violet Red. HEX triplet: B1, 01 and 8A. RGB value is (177,1,138). Sum of RGB (Red+Green+Blue) = 177+1+138=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B1018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1018A is #4EFE75. Grayscale: #444444. Windows color (decimal): -5176950 or 9044401. OLE color: 9044401.

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

Color convert

RGB 177 1 138 -
CMYK 0 0.99 0.22 0.31
HSL 313.3º 0.99% 0.35% -
HSV(B) 313.3º 0.99% 0.69% -
XYZ 22.73 11.2 25.01 -
YUV 69.24 166.81 204.86 -
System Red Green Blue C M Y K H S L
Decimal 177 1 138 0 0.99 0.22 0.31 313.3 0.99 0.35
Hex B1 1 8A 0 63 16 1F 139 63 23
Octal 261 1 212 0 143 26 37 471 143 43
Binary 10110001 1 10001010 0 1100011 10110 11111 100111001 1100011 100011

Color Harmonies of #B1018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1018A

Black with #B1018A

Text Example


Text Example

White with #B1018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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