Html Css Color HEX #B1008C Medium Violet Red

📋 copy color: '#B1008C'

red 177 ◦ green 0 ◦ blue 140

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

Shades of Medium Violet Red #B1008C

Tints of Medium Violet Red #B1008C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 140 (55.08% from 255) = 44.16%

R = 55.84%
G = 0%
B = 44.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1008C (or 0xB1008C) is known color: Medium Violet Red. HEX triplet: B1, 00 and 8C. RGB value is (177,0,140). Sum of RGB (Red+Green+Blue) = 177+0+140=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B1008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1008C is #4EFF73. Grayscale: #444444. Windows color (decimal): -5177204 or 9175217. OLE color: 9175217.

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

Color convert

RGB 177 0 140 -
CMYK 0 1 0.21 0.31
HSL 312.54º 1% 0.35% -
HSV(B) 312.54º 1% 0.69% -
XYZ 22.87 11.24 25.78 -
YUV 68.88 168.14 205.12 -
System Red Green Blue C M Y K H S L
Decimal 177 0 140 0 1 0.21 0.31 312.54 1 0.35
Hex B1 0 8C 0 64 15 1F 139 64 23
Octal 261 0 214 0 144 25 37 471 144 43
Binary 10110001 0 10001100 0 1100100 10101 11111 100111001 1100100 100011

Color Harmonies of #B1008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1008C

Black with #B1008C

Text Example


Text Example

White with #B1008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1008C; }

 p { color: rgb(177,0,140); }

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

background-color css

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

 a { background-color: rgb(177,0,140); }

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

border-color css

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

 span { border-color: rgb(177,0,140); }

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