Html Css Color HEX #B1008F Medium Violet Red

📋 copy color: '#B1008F'

red 177 ◦ green 0 ◦ blue 143

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

Shades of Medium Violet Red #B1008F

Tints of Medium Violet Red #B1008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.69%

R = 55.31%
G = 0%
B = 44.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B1008F (or 0xB1008F) is known color: Medium Violet Red. HEX triplet: B1, 00 and 8F. RGB value is (177,0,143). Sum of RGB (Red+Green+Blue) = 177+0+143=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B1008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1008F is #4EFF70. Grayscale: #444444. Windows color (decimal): -5177201 or 9371825. OLE color: 9371825.

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

Color convert

RGB 177 0 143 -
CMYK 0 1 0.19 0.31
HSL 311.53º 1% 0.35% -
HSV(B) 311.53º 1% 0.69% -
XYZ 23.09 11.33 26.96 -
YUV 69.23 169.64 204.87 -
System Red Green Blue C M Y K H S L
Decimal 177 0 143 0 1 0.19 0.31 311.53 1 0.35
Hex B1 0 8F 0 64 13 1F 138 64 23
Octal 261 0 217 0 144 23 37 470 144 43
Binary 10110001 0 10001111 0 1100100 10011 11111 100111000 1100100 100011

Color Harmonies of #B1008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1008F

Black with #B1008F

Text Example


Text Example

White with #B1008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1008F; }

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

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

background-color css

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

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

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

border-color css

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

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

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