Html Css Color HEX #B14097 Medium Red Violet

📋 copy color: '#B14097'

red 177 ◦ green 64 ◦ blue 151

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

Shades of Medium Red Violet #B14097

Tints of Medium Red Violet #B14097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.52%

R = 45.15%
G = 16.33%
B = 38.52%

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

#B14097 (or 0xB14097) is known color: Medium Red Violet. HEX triplet: B1, 40 and 97. RGB value is (177,64,151). Sum of RGB (Red+Green+Blue) = 177+64+151=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B14097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14097 is #4EBF68. Grayscale: #6B6B6B. Windows color (decimal): -5160809 or 9912497. OLE color: 9912497.

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

Color convert

RGB 177 64 151 -
CMYK 0 0.64 0.15 0.31
HSL 313.81º 0.47% 0.47% -
HSV(B) 313.81º 0.64% 0.69% -
XYZ 25.55 15.25 30.87 -
YUV 107.71 152.44 177.43 -
System Red Green Blue C M Y K H S L
Decimal 177 64 151 0 0.64 0.15 0.31 313.81 0.47 0.47
Hex B1 40 97 0 40 F 1F 13A 2F 2F
Octal 261 100 227 0 100 17 37 472 57 57
Binary 10110001 1000000 10010111 0 1000000 1111 11111 100111010 101111 101111

Color Harmonies of #B14097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14097

Black with #B14097

Text Example


Text Example

White with #B14097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14097; }

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

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

background-color css

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

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

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

border-color css

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

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

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