Html Css Color HEX #B14592 Medium Red Violet

📋 copy color: '#B14592'

red 177 ◦ green 69 ◦ blue 146

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

Shades of Medium Red Violet #B14592

Tints of Medium Red Violet #B14592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.24%

R = 45.15%
G = 17.6%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B14592 (or 0xB14592) is known color: Medium Red Violet. HEX triplet: B1, 45 and 92. RGB value is (177,69,146). Sum of RGB (Red+Green+Blue) = 177+69+146=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B14592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14592 is #4EBA6D. Grayscale: #6D6D6D. Windows color (decimal): -5159534 or 9586097. OLE color: 9586097.

HSL color Cylindrical-coordinate representation of color #B14592: hue angle of 317.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 #B14592 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 69 146 -
CMYK 0 0.61 0.18 0.31
HSL 317.22º 0.44% 0.48% -
HSV(B) 317.22º 0.61% 0.69% -
XYZ 25.45 15.68 28.88 -
YUV 110.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 177 69 146 0 0.61 0.18 0.31 317.22 0.44 0.48
Hex B1 45 92 0 3D 12 1F 13D 2C 30
Octal 261 105 222 0 75 22 37 475 54 60
Binary 10110001 1000101 10010010 0 111101 10010 11111 100111101 101100 110000

Color Harmonies of #B14592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14592

Black with #B14592

Text Example


Text Example

White with #B14592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14592; }

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

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

background-color css

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

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

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

border-color css

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

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

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