Html Css Color HEX #B1408E Medium Red Violet

📋 copy color: '#B1408E'

red 177 ◦ green 64 ◦ blue 142

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

Shades of Medium Red Violet #B1408E

Tints of Medium Red Violet #B1408E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.08%

R = 46.21%
G = 16.71%
B = 37.08%

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

#B1408E (or 0xB1408E) is known color: Medium Red Violet. HEX triplet: B1, 40 and 8E. RGB value is (177,64,142). Sum of RGB (Red+Green+Blue) = 177+64+142=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1408E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1408E is #4EBF71. Grayscale: #6A6A6A. Windows color (decimal): -5160818 or 9322673. OLE color: 9322673.

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

Color convert

RGB 177 64 142 -
CMYK 0 0.64 0.20 0.31
HSL 318.58º 0.47% 0.47% -
HSV(B) 318.58º 0.64% 0.69% -
XYZ 24.85 14.97 27.17 -
YUV 106.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 177 64 142 0 0.64 0.20 0.31 318.58 0.47 0.47
Hex B1 40 8E 0 40 14 1F 13F 2F 2F
Octal 261 100 216 0 100 24 37 477 57 57
Binary 10110001 1000000 10001110 0 1000000 10100 11111 100111111 101111 101111

Color Harmonies of #B1408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1408E

Black with #B1408E

Text Example


Text Example

White with #B1408E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1408E; }

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

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

background-color css

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

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

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

border-color css

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

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

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