Html Css Color HEX #B1428D Medium Red Violet

📋 copy color: '#B1428D'

red 177 ◦ green 66 ◦ blue 141

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

Shades of Medium Red Violet #B1428D

Tints of Medium Red Violet #B1428D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.72%

R = 46.09%
G = 17.19%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1428D (or 0xB1428D) is known color: Medium Red Violet. HEX triplet: B1, 42 and 8D. RGB value is (177,66,141). Sum of RGB (Red+Green+Blue) = 177+66+141=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1428D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1428D is #4EBD72. Grayscale: #6B6B6B. Windows color (decimal): -5160307 or 9257649. OLE color: 9257649.

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

Color convert

RGB 177 66 141 -
CMYK 0 0.63 0.20 0.31
HSL 319.46º 0.46% 0.48% -
HSV(B) 319.46º 0.63% 0.69% -
XYZ 24.89 15.17 26.82 -
YUV 107.74 146.77 177.4 -
System Red Green Blue C M Y K H S L
Decimal 177 66 141 0 0.63 0.20 0.31 319.46 0.46 0.48
Hex B1 42 8D 0 3F 14 1F 13F 2E 30
Octal 261 102 215 0 77 24 37 477 56 60
Binary 10110001 1000010 10001101 0 111111 10100 11111 100111111 101110 110000

Color Harmonies of #B1428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1428D

Black with #B1428D

Text Example


Text Example

White with #B1428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1428D; }

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

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

background-color css

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

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

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

border-color css

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

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

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