Html Css Color HEX #B1408D Medium Red Violet

📋 copy color: '#B1408D'

red 177 ◦ green 64 ◦ blue 141

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

Shades of Medium Red Violet #B1408D

Tints of Medium Red Violet #B1408D

RGB

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

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

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

R = 46.34%
G = 16.75%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1408D (or 0xB1408D) is known color: Medium Red Violet. HEX triplet: B1, 40 and 8D. RGB value is (177,64,141). Sum of RGB (Red+Green+Blue) = 177+64+141=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1408D is #4EBF72. Grayscale: #6A6A6A. Windows color (decimal): -5160819 or 9257137. OLE color: 9257137.

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

Color convert

RGB 177 64 141 -
CMYK 0 0.64 0.20 0.31
HSL 319.12º 0.47% 0.47% -
HSV(B) 319.12º 0.64% 0.69% -
XYZ 24.77 14.94 26.78 -
YUV 106.57 147.44 178.24 -
System Red Green Blue C M Y K H S L
Decimal 177 64 141 0 0.64 0.20 0.31 319.12 0.47 0.47
Hex B1 40 8D 0 40 14 1F 13F 2F 2F
Octal 261 100 215 0 100 24 37 477 57 57
Binary 10110001 1000000 10001101 0 1000000 10100 11111 100111111 101111 101111

Color Harmonies of #B1408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1408D

Black with #B1408D

Text Example


Text Example

White with #B1408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1408D; }

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

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

background-color css

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

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

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

border-color css

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

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

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