Html Css Color HEX #B10F89 Medium Violet Red

📋 copy color: '#B10F89'

red 177 ◦ green 15 ◦ blue 137

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

Shades of Medium Violet Red #B10F89

Tints of Medium Violet Red #B10F89

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.56%

 BLUE value IS 137 (53.91% from 255) = 41.64%

R = 53.8%
G = 4.56%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B10F89 (or 0xB10F89) is known color: Medium Violet Red. HEX triplet: B1, 0F and 89. RGB value is (177,15,137). Sum of RGB (Red+Green+Blue) = 177+15+137=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10F89 is #4EF076. Grayscale: #4D4D4D. Windows color (decimal): -5173367 or 8982449. OLE color: 8982449.

HSL color Cylindrical-coordinate representation of color #B10F89: hue angle of 314.81º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10F89 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 15 137 -
CMYK 0 0.92 0.23 0.31
HSL 314.81º 0.84% 0.38% -
HSV(B) 314.81º 0.92% 0.69% -
XYZ 22.82 11.49 24.68 -
YUV 77.35 161.67 199.08 -
System Red Green Blue C M Y K H S L
Decimal 177 15 137 0 0.92 0.23 0.31 314.81 0.84 0.38
Hex B1 F 89 0 5C 17 1F 13B 54 26
Octal 261 17 211 0 134 27 37 473 124 46
Binary 10110001 1111 10001001 0 1011100 10111 11111 100111011 1010100 100110

Color Harmonies of #B10F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10F89

Black with #B10F89

Text Example


Text Example

White with #B10F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10F89; }

 p { color: rgb(177,15,137); }

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

background-color css

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

 a { background-color: rgb(177,15,137); }

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

border-color css

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

 span { border-color: rgb(177,15,137); }

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