Html Css Color HEX #B14594 Medium Red Violet

📋 copy color: '#B14594'

red 177 ◦ green 69 ◦ blue 148

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

Shades of Medium Red Violet #B14594

Tints of Medium Red Violet #B14594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.56%

R = 44.92%
G = 17.51%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B14594 (or 0xB14594) is known color: Medium Red Violet. HEX triplet: B1, 45 and 94. RGB value is (177,69,148). Sum of RGB (Red+Green+Blue) = 177+69+148=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B14594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14594 is #4EBA6B. Grayscale: #6E6E6E. Windows color (decimal): -5159532 or 9717169. OLE color: 9717169.

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

Color convert

RGB 177 69 148 -
CMYK 0 0.61 0.16 0.31
HSL 316.11º 0.44% 0.48% -
HSV(B) 316.11º 0.61% 0.69% -
XYZ 25.6 15.74 29.71 -
YUV 110.3 149.28 175.58 -
System Red Green Blue C M Y K H S L
Decimal 177 69 148 0 0.61 0.16 0.31 316.11 0.44 0.48
Hex B1 45 94 0 3D 10 1F 13C 2C 30
Octal 261 105 224 0 75 20 37 474 54 60
Binary 10110001 1000101 10010100 0 111101 10000 11111 100111100 101100 110000

Color Harmonies of #B14594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14594

Black with #B14594

Text Example


Text Example

White with #B14594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14594; }

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

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

background-color css

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

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

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

border-color css

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

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

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