Html Css Color HEX #B14296 Medium Red Violet

📋 copy color: '#B14296'

red 177 ◦ green 66 ◦ blue 150

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

Shades of Medium Red Violet #B14296

Tints of Medium Red Violet #B14296

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.79%

 BLUE value IS 150 (58.98% from 255) = 38.17%

R = 45.04%
G = 16.79%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B14296 (or 0xB14296) is known color: Medium Red Violet. HEX triplet: B1, 42 and 96. RGB value is (177,66,150). Sum of RGB (Red+Green+Blue) = 177+66+150=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B14296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14296 is #4EBD69. Grayscale: #6C6C6C. Windows color (decimal): -5160298 or 9847473. OLE color: 9847473.

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

Color convert

RGB 177 66 150 -
CMYK 0 0.63 0.15 0.31
HSL 314.59º 0.46% 0.48% -
HSV(B) 314.59º 0.63% 0.69% -
XYZ 25.58 15.45 30.49 -
YUV 108.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 177 66 150 0 0.63 0.15 0.31 314.59 0.46 0.48
Hex B1 42 96 0 3F F 1F 13B 2E 30
Octal 261 102 226 0 77 17 37 473 56 60
Binary 10110001 1000010 10010110 0 111111 1111 11111 100111011 101110 110000

Color Harmonies of #B14296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14296

Black with #B14296

Text Example


Text Example

White with #B14296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14296; }

 p { color: rgb(177,66,150); }

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

background-color css

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

 a { background-color: rgb(177,66,150); }

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

border-color css

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

 span { border-color: rgb(177,66,150); }

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