Html Css Color HEX #B1407D Medium Red Violet

📋 copy color: '#B1407D'

red 177 ◦ green 64 ◦ blue 125

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

Shades of Medium Red Violet #B1407D

Tints of Medium Red Violet #B1407D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.49%

 BLUE value IS 125 (49.22% from 255) = 34.15%

R = 48.36%
G = 17.49%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1407D (or 0xB1407D) is known color: Medium Red Violet. HEX triplet: B1, 40 and 7D. RGB value is (177,64,125). Sum of RGB (Red+Green+Blue) = 177+64+125=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B1407D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1407D is #4EBF82. Grayscale: #686868. Windows color (decimal): -5160835 or 8208561. OLE color: 8208561.

HSL color Cylindrical-coordinate representation of color #B1407D: hue angle of 327.61º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1407D is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 64 125 -
CMYK 0 0.64 0.29 0.31
HSL 327.61º 0.47% 0.47% -
HSV(B) 327.61º 0.64% 0.69% -
XYZ 23.67 14.49 20.95 -
YUV 104.74 139.44 179.54 -
System Red Green Blue C M Y K H S L
Decimal 177 64 125 0 0.64 0.29 0.31 327.61 0.47 0.47
Hex B1 40 7D 0 40 1D 1F 148 2F 2F
Octal 261 100 175 0 100 35 37 510 57 57
Binary 10110001 1000000 1111101 0 1000000 11101 11111 101001000 101111 101111

Color Harmonies of #B1407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1407D

Black with #B1407D

Text Example


Text Example

White with #B1407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1407D; }

 p { color: rgb(177,64,125); }

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

background-color css

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

 a { background-color: rgb(177,64,125); }

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

border-color css

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

 span { border-color: rgb(177,64,125); }

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