Html Css Color HEX #B1048E Medium Violet Red

📋 copy color: '#B1048E'

red 177 ◦ green 4 ◦ blue 142

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

Shades of Medium Violet Red #B1048E

Tints of Medium Violet Red #B1048E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.24%

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

R = 54.8%
G = 1.24%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1048E (or 0xB1048E) is known color: Medium Violet Red. HEX triplet: B1, 04 and 8E. RGB value is (177,4,142). Sum of RGB (Red+Green+Blue) = 177+4+142=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B1048E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1048E is #4EFB71. Grayscale: #474747. Windows color (decimal): -5176178 or 9307313. OLE color: 9307313.

HSL color Cylindrical-coordinate representation of color #B1048E: hue angle of 312.14º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1048E is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 4 142 -
CMYK 0 0.98 0.20 0.31
HSL 312.14º 0.96% 0.35% -
HSV(B) 312.14º 0.98% 0.69% -
XYZ 23.06 11.39 26.57 -
YUV 71.46 167.81 203.28 -
System Red Green Blue C M Y K H S L
Decimal 177 4 142 0 0.98 0.20 0.31 312.14 0.96 0.35
Hex B1 4 8E 0 62 14 1F 138 60 23
Octal 261 4 216 0 142 24 37 470 140 43
Binary 10110001 100 10001110 0 1100010 10100 11111 100111000 1100000 100011

Color Harmonies of #B1048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1048E

Black with #B1048E

Text Example


Text Example

White with #B1048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1048E; }

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

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

background-color css

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

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

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

border-color css

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

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

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