Html Css Color HEX #B14388 Medium Red Violet

📋 copy color: '#B14388'

red 177 ◦ green 67 ◦ blue 136

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

Shades of Medium Red Violet #B14388

Tints of Medium Red Violet #B14388

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.63%

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

R = 46.58%
G = 17.63%
B = 35.79%

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

#B14388 (or 0xB14388) is known color: Medium Red Violet. HEX triplet: B1, 43 and 88. RGB value is (177,67,136). Sum of RGB (Red+Green+Blue) = 177+67+136=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B14388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14388 is #4EBC77. Grayscale: #6B6B6B. Windows color (decimal): -5160056 or 8930225. OLE color: 8930225.

HSL color Cylindrical-coordinate representation of color #B14388: hue angle of 322.36º degrees, saturation: 0.45, 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 #B14388 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 67 136 -
CMYK 0 0.62 0.23 0.31
HSL 322.36º 0.45% 0.48% -
HSV(B) 322.36º 0.62% 0.69% -
XYZ 24.58 15.14 24.92 -
YUV 107.76 143.94 177.39 -
System Red Green Blue C M Y K H S L
Decimal 177 67 136 0 0.62 0.23 0.31 322.36 0.45 0.48
Hex B1 43 88 0 3E 17 1F 142 2D 30
Octal 261 103 210 0 76 27 37 502 55 60
Binary 10110001 1000011 10001000 0 111110 10111 11111 101000010 101101 110000

Color Harmonies of #B14388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14388

Black with #B14388

Text Example


Text Example

White with #B14388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14388; }

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

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

background-color css

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

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

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

border-color css

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

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

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