Html Css Color HEX #B1018E Medium Violet Red

📋 copy color: '#B1018E'

red 177 ◦ green 1 ◦ blue 142

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

Shades of Medium Violet Red #B1018E

Tints of Medium Violet Red #B1018E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.38%

R = 55.31%
G = 0.31%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1018E (or 0xB1018E) is known color: Medium Violet Red. HEX triplet: B1, 01 and 8E. RGB value is (177,1,142). Sum of RGB (Red+Green+Blue) = 177+1+142=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B1018E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1018E is #4EFE71. Grayscale: #454545. Windows color (decimal): -5176946 or 9306545. OLE color: 9306545.

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

Color convert

RGB 177 1 142 -
CMYK 0 0.99 0.20 0.31
HSL 311.93º 0.99% 0.35% -
HSV(B) 311.93º 0.99% 0.69% -
XYZ 23.02 11.32 26.56 -
YUV 69.7 168.81 204.54 -
System Red Green Blue C M Y K H S L
Decimal 177 1 142 0 0.99 0.20 0.31 311.93 0.99 0.35
Hex B1 1 8E 0 63 14 1F 138 63 23
Octal 261 1 216 0 143 24 37 470 143 43
Binary 10110001 1 10001110 0 1100011 10100 11111 100111000 1100011 100011

Color Harmonies of #B1018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1018E

Black with #B1018E

Text Example


Text Example

White with #B1018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1018E; }

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

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

background-color css

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

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

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

border-color css

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

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

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