Html Css Color HEX #B14689 Medium Red Violet

📋 copy color: '#B14689'

red 177 ◦ green 70 ◦ blue 137

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

Shades of Medium Red Violet #B14689

Tints of Medium Red Violet #B14689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.23%

 BLUE value IS 137 (53.91% from 255) = 35.68%

R = 46.09%
G = 18.23%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B14689 (or 0xB14689) is known color: Medium Red Violet. HEX triplet: B1, 46 and 89. RGB value is (177,70,137). Sum of RGB (Red+Green+Blue) = 177+70+137=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B14689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14689 is #4EB976. Grayscale: #6D6D6D. Windows color (decimal): -5159287 or 8996529. OLE color: 8996529.

HSL color Cylindrical-coordinate representation of color #B14689: hue angle of 322.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14689 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 70 137 -
CMYK 0 0.60 0.23 0.31
HSL 322.43º 0.43% 0.48% -
HSV(B) 322.43º 0.6% 0.69% -
XYZ 24.84 15.53 25.36 -
YUV 109.63 143.45 176.05 -
System Red Green Blue C M Y K H S L
Decimal 177 70 137 0 0.60 0.23 0.31 322.43 0.43 0.48
Hex B1 46 89 0 3C 17 1F 142 2B 30
Octal 261 106 211 0 74 27 37 502 53 60
Binary 10110001 1000110 10001001 0 111100 10111 11111 101000010 101011 110000

Color Harmonies of #B14689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14689

Black with #B14689

Text Example


Text Example

White with #B14689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14689; }

 p { color: rgb(177,70,137); }

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

background-color css

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

 a { background-color: rgb(177,70,137); }

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

border-color css

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

 span { border-color: rgb(177,70,137); }

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