Html Css Color HEX #B10389 Medium Violet Red

📋 copy color: '#B10389'

red 177 ◦ green 3 ◦ blue 137

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

Shades of Medium Violet Red #B10389

Tints of Medium Violet Red #B10389

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

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

R = 55.84%
G = 0.95%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B10389 (or 0xB10389) is known color: Medium Violet Red. HEX triplet: B1, 03 and 89. RGB value is (177,3,137). Sum of RGB (Red+Green+Blue) = 177+3+137=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B10389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10389 is #4EFC76. Grayscale: #454545. Windows color (decimal): -5176439 or 8979377. OLE color: 8979377.

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

Color convert

RGB 177 3 137 -
CMYK 0 0.98 0.23 0.31
HSL 313.79º 0.97% 0.35% -
HSV(B) 313.79º 0.98% 0.69% -
XYZ 22.68 11.22 24.64 -
YUV 70.3 165.65 204.1 -
System Red Green Blue C M Y K H S L
Decimal 177 3 137 0 0.98 0.23 0.31 313.79 0.97 0.35
Hex B1 3 89 0 62 17 1F 13A 61 23
Octal 261 3 211 0 142 27 37 472 141 43
Binary 10110001 11 10001001 0 1100010 10111 11111 100111010 1100001 100011

Color Harmonies of #B10389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10389

Black with #B10389

Text Example


Text Example

White with #B10389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10389; }

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

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

background-color css

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

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

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

border-color css

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

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

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