Html Css Color HEX #B6117D Medium Violet Red

📋 copy color: '#B6117D'

red 182 ◦ green 17 ◦ blue 125

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

Shades of Medium Violet Red #B6117D

Tints of Medium Violet Red #B6117D

RGB

 RED value IS 182 (71.48% from 255) = 56.17%

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

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

R = 56.17%
G = 5.25%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B6117D (or 0xB6117D) is known color: Medium Violet Red. HEX triplet: B6, 11 and 7D. RGB value is (182,17,125). Sum of RGB (Red+Green+Blue) = 182+17+125=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B6117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6117D is #49EE82. Grayscale: #4E4E4E. Windows color (decimal): -4845187 or 8196534. OLE color: 8196534.

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

Color convert

RGB 182 17 125 -
CMYK 0 0.91 0.31 0.29
HSL 320.73º 0.83% 0.39% -
HSV(B) 320.73º 0.91% 0.71% -
XYZ 23.19 11.83 20.46 -
YUV 78.65 154.16 201.72 -
System Red Green Blue C M Y K H S L
Decimal 182 17 125 0 0.91 0.31 0.29 320.73 0.83 0.39
Hex B6 11 7D 0 5B 1F 1D 141 53 27
Octal 266 21 175 0 133 37 35 501 123 47
Binary 10110110 10001 1111101 0 1011011 11111 11101 101000001 1010011 100111

Color Harmonies of #B6117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6117D

Black with #B6117D

Text Example


Text Example

White with #B6117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6117D; }

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

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

background-color css

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

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

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

border-color css

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

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

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