Html Css Color HEX #B1458E Medium Red Violet

📋 copy color: '#B1458E'

red 177 ◦ green 69 ◦ blue 142

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

Shades of Medium Red Violet #B1458E

Tints of Medium Red Violet #B1458E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.78%

 BLUE value IS 142 (55.86% from 255) = 36.6%

R = 45.62%
G = 17.78%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1458E (or 0xB1458E) is known color: Medium Red Violet. HEX triplet: B1, 45 and 8E. RGB value is (177,69,142). Sum of RGB (Red+Green+Blue) = 177+69+142=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1458E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1458E is #4EBA71. Grayscale: #6D6D6D. Windows color (decimal): -5159538 or 9323953. OLE color: 9323953.

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

Color convert

RGB 177 69 142 -
CMYK 0 0.61 0.20 0.31
HSL 319.44º 0.44% 0.48% -
HSV(B) 319.44º 0.61% 0.69% -
XYZ 25.14 15.56 27.27 -
YUV 109.61 146.28 176.06 -
System Red Green Blue C M Y K H S L
Decimal 177 69 142 0 0.61 0.20 0.31 319.44 0.44 0.48
Hex B1 45 8E 0 3D 14 1F 13F 2C 30
Octal 261 105 216 0 75 24 37 477 54 60
Binary 10110001 1000101 10001110 0 111101 10100 11111 100111111 101100 110000

Color Harmonies of #B1458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1458E

Black with #B1458E

Text Example


Text Example

White with #B1458E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1458E; }

 p { color: rgb(177,69,142); }

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

background-color css

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

 a { background-color: rgb(177,69,142); }

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

border-color css

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

 span { border-color: rgb(177,69,142); }

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