Html Css Color HEX #B14186 Medium Red Violet

📋 copy color: '#B14186'

red 177 ◦ green 65 ◦ blue 134

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

Shades of Medium Red Violet #B14186

Tints of Medium Red Violet #B14186

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.29%

 BLUE value IS 134 (52.73% from 255) = 35.64%

R = 47.07%
G = 17.29%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B14186 (or 0xB14186) is known color: Medium Red Violet. HEX triplet: B1, 41 and 86. RGB value is (177,65,134). Sum of RGB (Red+Green+Blue) = 177+65+134=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B14186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14186 is #4EBE79. Grayscale: #6A6A6A. Windows color (decimal): -5160570 or 8798641. OLE color: 8798641.

HSL color Cylindrical-coordinate representation of color #B14186: hue angle of 323.04º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B14186 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 65 134 -
CMYK 0 0.63 0.24 0.31
HSL 323.04º 0.46% 0.47% -
HSV(B) 323.04º 0.63% 0.69% -
XYZ 24.32 14.85 24.14 -
YUV 106.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 177 65 134 0 0.63 0.24 0.31 323.04 0.46 0.47
Hex B1 41 86 0 3F 18 1F 143 2E 2F
Octal 261 101 206 0 77 30 37 503 56 57
Binary 10110001 1000001 10000110 0 111111 11000 11111 101000011 101110 101111

Color Harmonies of #B14186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14186

Black with #B14186

Text Example


Text Example

White with #B14186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14186; }

 p { color: rgb(177,65,134); }

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

background-color css

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

 a { background-color: rgb(177,65,134); }

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

border-color css

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

 span { border-color: rgb(177,65,134); }

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