Html Css Color HEX #B1337F Medium Red Violet

📋 copy color: '#B1337F'

red 177 ◦ green 51 ◦ blue 127

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

Shades of Medium Red Violet #B1337F

Tints of Medium Red Violet #B1337F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.37%

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

R = 49.86%
G = 14.37%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1337F (or 0xB1337F) is known color: Medium Red Violet. HEX triplet: B1, 33 and 7F. RGB value is (177,51,127). Sum of RGB (Red+Green+Blue) = 177+51+127=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1337F is #4ECC80. Grayscale: #616161. Windows color (decimal): -5164161 or 8336305. OLE color: 8336305.

HSL color Cylindrical-coordinate representation of color #B1337F: hue angle of 323.81º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1337F is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 51 127 -
CMYK 0 0.71 0.28 0.31
HSL 323.81º 0.55% 0.45% -
HSV(B) 323.81º 0.71% 0.69% -
XYZ 23.15 13.25 21.42 -
YUV 97.34 144.74 184.82 -
System Red Green Blue C M Y K H S L
Decimal 177 51 127 0 0.71 0.28 0.31 323.81 0.55 0.45
Hex B1 33 7F 0 47 1C 1F 144 37 2D
Octal 261 63 177 0 107 34 37 504 67 55
Binary 10110001 110011 1111111 0 1000111 11100 11111 101000100 110111 101101

Color Harmonies of #B1337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1337F

Black with #B1337F

Text Example


Text Example

White with #B1337F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1337F; }

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

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

background-color css

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

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

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

border-color css

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

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

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