Html Css Color HEX #B14288 Medium Red Violet

📋 copy color: '#B14288'

red 177 ◦ green 66 ◦ blue 136

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

Shades of Medium Red Violet #B14288

Tints of Medium Red Violet #B14288

RGB

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

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

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

R = 46.7%
G = 17.41%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B14288 (or 0xB14288) is known color: Medium Red Violet. HEX triplet: B1, 42 and 88. RGB value is (177,66,136). Sum of RGB (Red+Green+Blue) = 177+66+136=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B14288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14288 is #4EBD77. Grayscale: #6B6B6B. Windows color (decimal): -5160312 or 8929969. OLE color: 8929969.

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

Color convert

RGB 177 66 136 -
CMYK 0 0.63 0.23 0.31
HSL 322.16º 0.46% 0.48% -
HSV(B) 322.16º 0.63% 0.69% -
XYZ 24.52 15.02 24.9 -
YUV 107.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 177 66 136 0 0.63 0.23 0.31 322.16 0.46 0.48
Hex B1 42 88 0 3F 17 1F 142 2E 30
Octal 261 102 210 0 77 27 37 502 56 60
Binary 10110001 1000010 10001000 0 111111 10111 11111 101000010 101110 110000

Color Harmonies of #B14288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14288

Black with #B14288

Text Example


Text Example

White with #B14288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14288; }

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

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

background-color css

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

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

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

border-color css

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

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

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