Html Css Color HEX #B1427F Medium Red Violet

📋 copy color: '#B1427F'

red 177 ◦ green 66 ◦ blue 127

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

Shades of Medium Red Violet #B1427F

Tints of Medium Red Violet #B1427F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.32%

R = 47.84%
G = 17.84%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1427F (or 0xB1427F) is known color: Medium Red Violet. HEX triplet: B1, 42 and 7F. RGB value is (177,66,127). Sum of RGB (Red+Green+Blue) = 177+66+127=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1427F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1427F is #4EBD80. Grayscale: #6A6A6A. Windows color (decimal): -5160321 or 8340145. OLE color: 8340145.

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

Color convert

RGB 177 66 127 -
CMYK 0 0.63 0.28 0.31
HSL 327.03º 0.46% 0.48% -
HSV(B) 327.03º 0.63% 0.69% -
XYZ 23.91 14.78 21.67 -
YUV 106.14 139.77 178.54 -
System Red Green Blue C M Y K H S L
Decimal 177 66 127 0 0.63 0.28 0.31 327.03 0.46 0.48
Hex B1 42 7F 0 3F 1C 1F 147 2E 30
Octal 261 102 177 0 77 34 37 507 56 60
Binary 10110001 1000010 1111111 0 111111 11100 11111 101000111 101110 110000

Color Harmonies of #B1427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1427F

Black with #B1427F

Text Example


Text Example

White with #B1427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1427F; }

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

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

background-color css

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

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

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

border-color css

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

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

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