Html Css Color HEX #B1408A Medium Red Violet

📋 copy color: '#B1408A'

red 177 ◦ green 64 ◦ blue 138

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

Shades of Medium Red Violet #B1408A

Tints of Medium Red Violet #B1408A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 46.7%
G = 16.89%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1408A (or 0xB1408A) is known color: Medium Red Violet. HEX triplet: B1, 40 and 8A. RGB value is (177,64,138). Sum of RGB (Red+Green+Blue) = 177+64+138=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B1408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1408A is #4EBF75. Grayscale: #6A6A6A. Windows color (decimal): -5160822 or 9060529. OLE color: 9060529.

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

Color convert

RGB 177 64 138 -
CMYK 0 0.64 0.22 0.31
HSL 320.71º 0.47% 0.47% -
HSV(B) 320.71º 0.64% 0.69% -
XYZ 24.55 14.85 25.62 -
YUV 106.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 177 64 138 0 0.64 0.22 0.31 320.71 0.47 0.47
Hex B1 40 8A 0 40 16 1F 141 2F 2F
Octal 261 100 212 0 100 26 37 501 57 57
Binary 10110001 1000000 10001010 0 1000000 10110 11111 101000001 101111 101111

Color Harmonies of #B1408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1408A

Black with #B1408A

Text Example


Text Example

White with #B1408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1408A; }

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

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

background-color css

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

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

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

border-color css

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

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

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