Html Css Color HEX #B14486 Medium Red Violet

📋 copy color: '#B14486'

red 177 ◦ green 68 ◦ blue 134

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

Shades of Medium Red Violet #B14486

Tints of Medium Red Violet #B14486

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.94%

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

R = 46.7%
G = 17.94%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B14486 (or 0xB14486) is known color: Medium Red Violet. HEX triplet: B1, 44 and 86. RGB value is (177,68,134). Sum of RGB (Red+Green+Blue) = 177+68+134=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B14486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14486 is #4EBB79. Grayscale: #6B6B6B. Windows color (decimal): -5159802 or 8799409. OLE color: 8799409.

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

Color convert

RGB 177 68 134 -
CMYK 0 0.62 0.24 0.31
HSL 323.67º 0.44% 0.48% -
HSV(B) 323.67º 0.62% 0.69% -
XYZ 24.5 15.2 24.2 -
YUV 108.12 142.61 177.13 -
System Red Green Blue C M Y K H S L
Decimal 177 68 134 0 0.62 0.24 0.31 323.67 0.44 0.48
Hex B1 44 86 0 3E 18 1F 144 2C 30
Octal 261 104 206 0 76 30 37 504 54 60
Binary 10110001 1000100 10000110 0 111110 11000 11111 101000100 101100 110000

Color Harmonies of #B14486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14486

Black with #B14486

Text Example


Text Example

White with #B14486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14486; }

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

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

background-color css

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

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

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

border-color css

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

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

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