Html Css Color HEX #B14589 Medium Red Violet

📋 copy color: '#B14589'

red 177 ◦ green 69 ◦ blue 137

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

Shades of Medium Red Violet #B14589

Tints of Medium Red Violet #B14589

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.02%

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

R = 46.21%
G = 18.02%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B14589 (or 0xB14589) is known color: Medium Red Violet. HEX triplet: B1, 45 and 89. RGB value is (177,69,137). Sum of RGB (Red+Green+Blue) = 177+69+137=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B14589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14589 is #4EBA76. Grayscale: #6C6C6C. Windows color (decimal): -5159543 or 8996273. OLE color: 8996273.

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

Color convert

RGB 177 69 137 -
CMYK 0 0.61 0.23 0.31
HSL 322.22º 0.44% 0.48% -
HSV(B) 322.22º 0.61% 0.69% -
XYZ 24.77 15.41 25.34 -
YUV 109.04 143.78 176.47 -
System Red Green Blue C M Y K H S L
Decimal 177 69 137 0 0.61 0.23 0.31 322.22 0.44 0.48
Hex B1 45 89 0 3D 17 1F 142 2C 30
Octal 261 105 211 0 75 27 37 502 54 60
Binary 10110001 1000101 10001001 0 111101 10111 11111 101000010 101100 110000

Color Harmonies of #B14589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14589

Black with #B14589

Text Example


Text Example

White with #B14589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14589; }

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

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

background-color css

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

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

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

border-color css

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

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

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