Html Css Color HEX #B9117B Medium Violet Red

📋 copy color: '#B9117B'

red 185 ◦ green 17 ◦ blue 123

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

Shades of Medium Violet Red #B9117B

Tints of Medium Violet Red #B9117B

RGB

 RED value IS 185 (72.66% from 255) = 56.92%

 GREEN value IS 17 (7.03% from 255) = 5.23%

 BLUE value IS 123 (48.44% from 255) = 37.85%

R = 56.92%
G = 5.23%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9117B (or 0xB9117B) is known color: Medium Violet Red. HEX triplet: B9, 11 and 7B. RGB value is (185,17,123). Sum of RGB (Red+Green+Blue) = 185+17+123=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B9117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9117B is #46EE84. Grayscale: #4F4F4F. Windows color (decimal): -4648581 or 8065465. OLE color: 8065465.

HSL color Cylindrical-coordinate representation of color #B9117B: hue angle of 322.14º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9117B is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 17 123 -
CMYK 0 0.91 0.34 0.27
HSL 322.14º 0.83% 0.4% -
HSV(B) 322.14º 0.91% 0.73% -
XYZ 23.78 12.15 19.83 -
YUV 79.32 152.66 203.38 -
System Red Green Blue C M Y K H S L
Decimal 185 17 123 0 0.91 0.34 0.27 322.14 0.83 0.4
Hex B9 11 7B 0 5B 22 1B 142 53 28
Octal 271 21 173 0 133 42 33 502 123 50
Binary 10111001 10001 1111011 0 1011011 100010 11011 101000010 1010011 101000

Color Harmonies of #B9117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9117B

Black with #B9117B

Text Example


Text Example

White with #B9117B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9117B; }

 p { color: rgb(185,17,123); }

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

background-color css

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

 a { background-color: rgb(185,17,123); }

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

border-color css

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

 span { border-color: rgb(185,17,123); }

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