Html Css Color HEX #B1058B Medium Violet Red

📋 copy color: '#B1058B'

red 177 ◦ green 5 ◦ blue 139

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

Shades of Medium Violet Red #B1058B

Tints of Medium Violet Red #B1058B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.56%

 BLUE value IS 139 (54.69% from 255) = 43.3%

R = 55.14%
G = 1.56%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1058B (or 0xB1058B) is known color: Medium Violet Red. HEX triplet: B1, 05 and 8B. RGB value is (177,5,139). Sum of RGB (Red+Green+Blue) = 177+5+139=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B1058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1058B is #4EFA74. Grayscale: #474747. Windows color (decimal): -5175925 or 9110961. OLE color: 9110961.

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

Color convert

RGB 177 5 139 -
CMYK 0 0.97 0.21 0.31
HSL 313.26º 0.95% 0.36% -
HSV(B) 313.26º 0.97% 0.69% -
XYZ 22.85 11.32 25.41 -
YUV 71.7 165.98 203.1 -
System Red Green Blue C M Y K H S L
Decimal 177 5 139 0 0.97 0.21 0.31 313.26 0.95 0.36
Hex B1 5 8B 0 61 15 1F 139 5F 24
Octal 261 5 213 0 141 25 37 471 137 44
Binary 10110001 101 10001011 0 1100001 10101 11111 100111001 1011111 100100

Color Harmonies of #B1058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1058B

Black with #B1058B

Text Example


Text Example

White with #B1058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1058B; }

 p { color: rgb(177,5,139); }

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

background-color css

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

 a { background-color: rgb(177,5,139); }

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

border-color css

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

 span { border-color: rgb(177,5,139); }

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