Html Css Color HEX #B1038C Medium Violet Red

📋 copy color: '#B1038C'

red 177 ◦ green 3 ◦ blue 140

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

Shades of Medium Violet Red #B1038C

Tints of Medium Violet Red #B1038C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

 BLUE value IS 140 (55.08% from 255) = 43.75%

R = 55.31%
G = 0.94%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1038C (or 0xB1038C) is known color: Medium Violet Red. HEX triplet: B1, 03 and 8C. RGB value is (177,3,140). Sum of RGB (Red+Green+Blue) = 177+3+140=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B1038C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1038C is #4EFC73. Grayscale: #464646. Windows color (decimal): -5176436 or 9175985. OLE color: 9175985.

HSL color Cylindrical-coordinate representation of color #B1038C: hue angle of 312.76º degrees, saturation: 0.97, 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 #B1038C is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 3 140 -
CMYK 0 0.98 0.21 0.31
HSL 312.76º 0.97% 0.35% -
HSV(B) 312.76º 0.98% 0.69% -
XYZ 22.9 11.31 25.79 -
YUV 70.64 167.15 203.86 -
System Red Green Blue C M Y K H S L
Decimal 177 3 140 0 0.98 0.21 0.31 312.76 0.97 0.35
Hex B1 3 8C 0 62 15 1F 139 61 23
Octal 261 3 214 0 142 25 37 471 141 43
Binary 10110001 11 10001100 0 1100010 10101 11111 100111001 1100001 100011

Color Harmonies of #B1038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1038C

Black with #B1038C

Text Example


Text Example

White with #B1038C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1038C; }

 p { color: rgb(177,3,140); }

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

background-color css

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

 a { background-color: rgb(177,3,140); }

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

border-color css

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

 span { border-color: rgb(177,3,140); }

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