Html Css Color HEX #B14488 Medium Red Violet

📋 copy color: '#B14488'

red 177 ◦ green 68 ◦ blue 136

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

Shades of Medium Red Violet #B14488

Tints of Medium Red Violet #B14488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.85%

 BLUE value IS 136 (53.52% from 255) = 35.7%

R = 46.46%
G = 17.85%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B14488 (or 0xB14488) is known color: Medium Red Violet. HEX triplet: B1, 44 and 88. RGB value is (177,68,136). Sum of RGB (Red+Green+Blue) = 177+68+136=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B14488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14488 is #4EBB77. Grayscale: #6C6C6C. Windows color (decimal): -5159800 or 8930481. OLE color: 8930481.

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

Color convert

RGB 177 68 136 -
CMYK 0 0.62 0.23 0.31
HSL 322.57º 0.44% 0.48% -
HSV(B) 322.57º 0.62% 0.69% -
XYZ 24.64 15.26 24.94 -
YUV 108.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 177 68 136 0 0.62 0.23 0.31 322.57 0.44 0.48
Hex B1 44 88 0 3E 17 1F 143 2C 30
Octal 261 104 210 0 76 27 37 503 54 60
Binary 10110001 1000100 10001000 0 111110 10111 11111 101000011 101100 110000

Color Harmonies of #B14488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14488

Black with #B14488

Text Example


Text Example

White with #B14488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14488; }

 p { color: rgb(177,68,136); }

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

background-color css

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

 a { background-color: rgb(177,68,136); }

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

border-color css

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

 span { border-color: rgb(177,68,136); }

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