Html Css Color HEX #B1008D Medium Violet Red

📋 copy color: '#B1008D'

red 177 ◦ green 0 ◦ blue 141

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

Shades of Medium Violet Red #B1008D

Tints of Medium Violet Red #B1008D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.34%

R = 55.66%
G = 0%
B = 44.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1008D (or 0xB1008D) is known color: Medium Violet Red. HEX triplet: B1, 00 and 8D. RGB value is (177,0,141). Sum of RGB (Red+Green+Blue) = 177+0+141=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B1008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1008D is #4EFF72. Grayscale: #444444. Windows color (decimal): -5177203 or 9240753. OLE color: 9240753.

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

Color convert

RGB 177 0 141 -
CMYK 0 1 0.20 0.31
HSL 312.2º 1% 0.35% -
HSV(B) 312.2º 1% 0.69% -
XYZ 22.94 11.27 26.17 -
YUV 69 168.64 205.04 -
System Red Green Blue C M Y K H S L
Decimal 177 0 141 0 1 0.20 0.31 312.2 1 0.35
Hex B1 0 8D 0 64 14 1F 138 64 23
Octal 261 0 215 0 144 24 37 470 144 43
Binary 10110001 0 10001101 0 1100100 10100 11111 100111000 1100100 100011

Color Harmonies of #B1008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1008D

Black with #B1008D

Text Example


Text Example

White with #B1008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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