Html Css Color HEX #B7117D Medium Violet Red

📋 copy color: '#B7117D'

red 183 ◦ green 17 ◦ blue 125

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

Shades of Medium Violet Red #B7117D

Tints of Medium Violet Red #B7117D

RGB

 RED value IS 183 (71.88% from 255) = 56.31%

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

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 56.31%
G = 5.23%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7117D (or 0xB7117D) is known color: Medium Violet Red. HEX triplet: B7, 11 and 7D. RGB value is (183,17,125). Sum of RGB (Red+Green+Blue) = 183+17+125=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B7117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7117D is #48EE82. Grayscale: #4E4E4E. Windows color (decimal): -4779651 or 8196535. OLE color: 8196535.

HSL color Cylindrical-coordinate representation of color #B7117D: hue angle of 320.96º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7117D is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 17 125 -
CMYK 0 0.91 0.32 0.28
HSL 320.96º 0.83% 0.39% -
HSV(B) 320.96º 0.91% 0.72% -
XYZ 23.43 11.95 20.47 -
YUV 78.95 154 202.22 -
System Red Green Blue C M Y K H S L
Decimal 183 17 125 0 0.91 0.32 0.28 320.96 0.83 0.39
Hex B7 11 7D 0 5B 20 1C 141 53 27
Octal 267 21 175 0 133 40 34 501 123 47
Binary 10110111 10001 1111101 0 1011011 100000 11100 101000001 1010011 100111

Color Harmonies of #B7117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7117D

Black with #B7117D

Text Example


Text Example

White with #B7117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7117D; }

 p { color: rgb(183,17,125); }

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

background-color css

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

 a { background-color: rgb(183,17,125); }

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

border-color css

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

 span { border-color: rgb(183,17,125); }

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