Html Css Color HEX #B14187 Medium Red Violet

📋 copy color: '#B14187'

red 177 ◦ green 65 ◦ blue 135

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

Shades of Medium Red Violet #B14187

Tints of Medium Red Violet #B14187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.81%

R = 46.95%
G = 17.24%
B = 35.81%

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

#B14187 (or 0xB14187) is known color: Medium Red Violet. HEX triplet: B1, 41 and 87. RGB value is (177,65,135). Sum of RGB (Red+Green+Blue) = 177+65+135=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B14187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14187 is #4EBE78. Grayscale: #6A6A6A. Windows color (decimal): -5160569 or 8864177. OLE color: 8864177.

HSL color Cylindrical-coordinate representation of color #B14187: hue angle of 322.5º 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 #B14187 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 65 135 -
CMYK 0 0.63 0.24 0.31
HSL 322.5º 0.46% 0.47% -
HSV(B) 322.5º 0.63% 0.69% -
XYZ 24.39 14.88 24.51 -
YUV 106.47 144.11 178.31 -
System Red Green Blue C M Y K H S L
Decimal 177 65 135 0 0.63 0.24 0.31 322.5 0.46 0.47
Hex B1 41 87 0 3F 18 1F 142 2E 2F
Octal 261 101 207 0 77 30 37 502 56 57
Binary 10110001 1000001 10000111 0 111111 11000 11111 101000010 101110 101111

Color Harmonies of #B14187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14187

Black with #B14187

Text Example


Text Example

White with #B14187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14187; }

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

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

background-color css

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

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

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

border-color css

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

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

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