Html Css Color HEX #B14290 Medium Red Violet

📋 copy color: '#B14290'

red 177 ◦ green 66 ◦ blue 144

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

Shades of Medium Red Violet #B14290

Tints of Medium Red Violet #B14290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.21%

R = 45.74%
G = 17.05%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B14290 (or 0xB14290) is known color: Medium Red Violet. HEX triplet: B1, 42 and 90. RGB value is (177,66,144). Sum of RGB (Red+Green+Blue) = 177+66+144=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B14290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14290 is #4EBD6F. Grayscale: #6B6B6B. Windows color (decimal): -5160304 or 9454257. OLE color: 9454257.

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

Color convert

RGB 177 66 144 -
CMYK 0 0.63 0.19 0.31
HSL 317.84º 0.46% 0.48% -
HSV(B) 317.84º 0.63% 0.69% -
XYZ 25.11 15.26 28.01 -
YUV 108.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 177 66 144 0 0.63 0.19 0.31 317.84 0.46 0.48
Hex B1 42 90 0 3F 13 1F 13E 2E 30
Octal 261 102 220 0 77 23 37 476 56 60
Binary 10110001 1000010 10010000 0 111111 10011 11111 100111110 101110 110000

Color Harmonies of #B14290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14290

Black with #B14290

Text Example


Text Example

White with #B14290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14290; }

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

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

background-color css

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

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

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

border-color css

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

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

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