Html Css Color HEX #B1428B Medium Red Violet

📋 copy color: '#B1428B'

red 177 ◦ green 66 ◦ blue 139

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

Shades of Medium Red Violet #B1428B

Tints of Medium Red Violet #B1428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.39%

R = 46.34%
G = 17.28%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1428B (or 0xB1428B) is known color: Medium Red Violet. HEX triplet: B1, 42 and 8B. RGB value is (177,66,139). Sum of RGB (Red+Green+Blue) = 177+66+139=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1428B is #4EBD74. Grayscale: #6B6B6B. Windows color (decimal): -5160309 or 9126577. OLE color: 9126577.

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

Color convert

RGB 177 66 139 -
CMYK 0 0.63 0.21 0.31
HSL 320.54º 0.46% 0.48% -
HSV(B) 320.54º 0.63% 0.69% -
XYZ 24.74 15.11 26.04 -
YUV 107.51 145.77 177.56 -
System Red Green Blue C M Y K H S L
Decimal 177 66 139 0 0.63 0.21 0.31 320.54 0.46 0.48
Hex B1 42 8B 0 3F 15 1F 141 2E 30
Octal 261 102 213 0 77 25 37 501 56 60
Binary 10110001 1000010 10001011 0 111111 10101 11111 101000001 101110 110000

Color Harmonies of #B1428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1428B

Black with #B1428B

Text Example


Text Example

White with #B1428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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