Html Css Color HEX #B0117B Medium Violet Red

📋 copy color: '#B0117B'

red 176 ◦ green 17 ◦ blue 123

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

Shades of Medium Violet Red #B0117B

Tints of Medium Violet Red #B0117B

RGB

 RED value IS 176 (69.14% from 255) = 55.7%

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

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

R = 55.7%
G = 5.38%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0117B (or 0xB0117B) is known color: Medium Violet Red. HEX triplet: B0, 11 and 7B. RGB value is (176,17,123). Sum of RGB (Red+Green+Blue) = 176+17+123=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B0117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0117B is #4FEE84. Grayscale: #4C4C4C. Windows color (decimal): -5238405 or 8065456. OLE color: 8065456.

HSL color Cylindrical-coordinate representation of color #B0117B: hue angle of 320º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0117B is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 17 123 -
CMYK 0 0.90 0.30 0.31
HSL 320º 0.82% 0.38% -
HSV(B) 320º 0.9% 0.69% -
XYZ 21.68 11.06 19.73 -
YUV 76.63 154.18 198.88 -
System Red Green Blue C M Y K H S L
Decimal 176 17 123 0 0.90 0.30 0.31 320 0.82 0.38
Hex B0 11 7B 0 5A 1E 1F 140 52 26
Octal 260 21 173 0 132 36 37 500 122 46
Binary 10110000 10001 1111011 0 1011010 11110 11111 101000000 1010010 100110

Color Harmonies of #B0117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0117B

Black with #B0117B

Text Example


Text Example

White with #B0117B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0117B; }

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

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

background-color css

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

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

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

border-color css

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

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

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