Html Css Color HEX #B14096 Medium Red Violet

📋 copy color: '#B14096'

red 177 ◦ green 64 ◦ blue 150

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

Shades of Medium Red Violet #B14096

Tints of Medium Red Violet #B14096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.37%

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

R = 45.27%
G = 16.37%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B14096 (or 0xB14096) is known color: Medium Red Violet. HEX triplet: B1, 40 and 96. RGB value is (177,64,150). Sum of RGB (Red+Green+Blue) = 177+64+150=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B14096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14096 is #4EBF69. Grayscale: #6B6B6B. Windows color (decimal): -5160810 or 9846961. OLE color: 9846961.

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

Color convert

RGB 177 64 150 -
CMYK 0 0.64 0.15 0.31
HSL 314.34º 0.47% 0.47% -
HSV(B) 314.34º 0.64% 0.69% -
XYZ 25.47 15.22 30.45 -
YUV 107.59 151.94 177.51 -
System Red Green Blue C M Y K H S L
Decimal 177 64 150 0 0.64 0.15 0.31 314.34 0.47 0.47
Hex B1 40 96 0 40 F 1F 13A 2F 2F
Octal 261 100 226 0 100 17 37 472 57 57
Binary 10110001 1000000 10010110 0 1000000 1111 11111 100111010 101111 101111

Color Harmonies of #B14096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14096

Black with #B14096

Text Example


Text Example

White with #B14096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14096; }

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

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

background-color css

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

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

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

border-color css

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

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

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